diff options
Diffstat (limited to 'meta/conf/machine/cm-x270.conf')
-rw-r--r-- | meta/conf/machine/cm-x270.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/conf/machine/cm-x270.conf b/meta/conf/machine/cm-x270.conf index 1b6188753e..226942de73 100644 --- a/meta/conf/machine/cm-x270.conf +++ b/meta/conf/machine/cm-x270.conf | |||
@@ -12,10 +12,12 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" | |||
12 | 12 | ||
13 | require conf/machine/include/tune-xscale.inc | 13 | require conf/machine/include/tune-xscale.inc |
14 | 14 | ||
15 | # console serial port. If you have a L module | 15 | # Console serial port. |
16 | # the below works. If you have a W module, add | 16 | # If you have a W module, add the following line to your local.conf: |
17 | # the following line to your local.conf: | 17 | # the following line to your local.conf: |
18 | # CMX270_CONSOLE_SERIAL_PORT = "ttyS0" | 18 | CMX270_CONSOLE_SERIAL_PORT ?= "ttyS0" |
19 | # the following is for the cm-x270 L module | ||
20 | #CMX270_CONSOLE_SERIAL_PORT ?= "ttyS1" | ||
19 | 21 | ||
20 | # NAND flash eraseblock size | 22 | # NAND flash eraseblock size |
21 | # most of the older cm-x270 modules are populated with NAND flash | 23 | # most of the older cm-x270 modules are populated with NAND flash |
@@ -24,8 +26,6 @@ require conf/machine/include/tune-xscale.inc | |||
24 | # can be overridden in local.conf if you have one of these devices. | 26 | # can be overridden in local.conf if you have one of these devices. |
25 | CMX270_NAND_ERASEBLOCK_SIZE ?= "0x20000" | 27 | CMX270_NAND_ERASEBLOCK_SIZE ?= "0x20000" |
26 | 28 | ||
27 | # the following is for the cm-x270 L module | ||
28 | CMX270_CONSOLE_SERIAL_PORT ?= "ttyS1" | ||
29 | 29 | ||
30 | # used by sysvinit_2 package, so rebuild this | 30 | # used by sysvinit_2 package, so rebuild this |
31 | # package if you change the SERIAL_CONSOLE setting | 31 | # package if you change the SERIAL_CONSOLE setting |
@@ -48,7 +48,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${CMX270_NAND_ERASEBLOCK_SI | |||
48 | ln -s ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \ | 48 | ln -s ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \ |
49 | " | 49 | " |
50 | 50 | ||
51 | MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa iwmmxt" | 51 | MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia alsa iwmmxt" |
52 | 52 | ||
53 | # to program the compulab NAND flash, the following scheme is suggested. Create | 53 | # to program the compulab NAND flash, the following scheme is suggested. Create |
54 | # a small rootfs that can fit in NOR flash using the following config: | 54 | # a small rootfs that can fit in NOR flash using the following config: |