diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-07-04 11:01:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 11:01:02 +0000 |
commit | 019ee89e86024935cfff9ba82de135c09cfa2650 (patch) | |
tree | 462344f7017bd18adfd5365fbe055970ac898dfa /conf/machine/logicpd-pxa270.conf | |
parent | 50a6a67d721e2a9aadc1fa219ad875c8ad52eee4 (diff) |
mainstone.conf, logicpd-pxa270.conf: include xscale instead of iwmmxt conf file
- had runtime problems w/ binaries when build with iwmmxt
Diffstat (limited to 'conf/machine/logicpd-pxa270.conf')
-rw-r--r-- | conf/machine/logicpd-pxa270.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/logicpd-pxa270.conf b/conf/machine/logicpd-pxa270.conf index 24e23bc9a0..206958c2ce 100644 --- a/conf/machine/logicpd-pxa270.conf +++ b/conf/machine/logicpd-pxa270.conf @@ -7,8 +7,9 @@ PREFERRED_VERSION_logicpd-pxa270 = "2.6.17-rc5" GUI_MACHINE_CLASS = "smallscreen" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" +IPKG_EXTRA_ARCHS = "armv4 armv5te" -include conf/machine/include/tune-iwmmxt.conf +include conf/machine/include/tune-xscale.conf # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" @@ -16,4 +17,6 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by opie-collections.inc ROOT_FLASH_SIZE = "32" # EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000" +EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000" + |