diff options
Diffstat (limited to 'meta/conf/machine/cmx270.conf')
-rw-r--r-- | meta/conf/machine/cmx270.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/machine/cmx270.conf b/meta/conf/machine/cmx270.conf index d35ca0430a..ad560db630 100644 --- a/meta/conf/machine/cmx270.conf +++ b/meta/conf/machine/cmx270.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Nokia 770 internet tablet | 2 | #@NAME: Nokia 770 internet tablet |
3 | #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet | 3 | #@DESCRIPTION: Machine configuration for the Compulab CM-X270 |
4 | TARGET_ARCH = "arm" | 4 | TARGET_ARCH = "arm" |
5 | IPKG_EXTRA_ARCHS = "armv4 armv5te" | 5 | IPKG_EXTRA_ARCHS = "armv4 armv5te" |
6 | 6 | ||
@@ -17,7 +17,6 @@ PREFERRED_PROVIDER_virtual/bootloader = "" | |||
17 | # 800x480 is big enough for me | 17 | # 800x480 is big enough for me |
18 | GUI_MACHINE_CLASS = "bigscreen" | 18 | GUI_MACHINE_CLASS = "bigscreen" |
19 | 19 | ||
20 | # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. | ||
21 | include conf/machine/include/tune-xscale.conf | 20 | include conf/machine/include/tune-xscale.conf |
22 | 21 | ||
23 | #size of the root partition (yes, it is 123 MB) | 22 | #size of the root partition (yes, it is 123 MB) |
@@ -28,6 +27,5 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
28 | 27 | ||
29 | PREFERRED_PROVIDER_virtual/kernel = "linux-cmx270" | 28 | PREFERRED_PROVIDER_virtual/kernel = "linux-cmx270" |
30 | 29 | ||
31 | 30 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" | |
32 | include conf/machine/include/handheld-common.conf | ||
33 | 31 | ||