diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-10-08 11:50:29 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-10-08 11:50:29 +0000 |
commit | e36e0e382ca878a5b4f518b348af96fb41096121 (patch) | |
tree | 89f1ff12e45f98918295d6d89dbd5074966b331e /conf/machine/cm-x270.conf | |
parent | 4ed882ae134c8f1302c32cf936977274b197e92b (diff) | |
parent | 1cb66d10385b26254af3f6a209c2a222c22d4ae6 (diff) |
merge of '976e971fd6884363d9d2b100c0b842a538ba851b'
and 'b0c4563563205076478d883b26a26f7ad87afd8a'
Diffstat (limited to 'conf/machine/cm-x270.conf')
-rw-r--r-- | conf/machine/cm-x270.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/cm-x270.conf b/conf/machine/cm-x270.conf index 998e43eea3..a77a85186f 100644 --- a/conf/machine/cm-x270.conf +++ b/conf/machine/cm-x270.conf @@ -8,7 +8,7 @@ GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.22" -PACKAGE_EXTRA_ARCHS = "armv4 armv5te" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" require conf/machine/include/tune-xscale.inc @@ -41,7 +41,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pad --no-cleanmar ln -s ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \ " -MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa" +MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa iwmmxt" # to program the compulab NAND flash, the following scheme is suggested. Create # a small rootfs that can fit in NOR flash using the following config: |