diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-07 10:24:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-07 10:24:15 +0000 |
commit | 578337a073332bac0da58ce23ded325ae294b035 (patch) | |
tree | fce92c28432795deba89ab698c51524d7d8d7fe7 /conf/machine/ipaq-pxa270.conf | |
parent | 94e5d83684cdb28a67b702181458b4598545af53 (diff) |
ipaq-pxa270.conf: make iwmmxt a higher priority as armv5te
Diffstat (limited to 'conf/machine/ipaq-pxa270.conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index f509cd0a5d..fa3675fb59 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv4t iwmmxt armv5te ipaqpxa hx4700" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa hx4700" #use this for a hx47xx ipaq PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" @@ -37,10 +37,10 @@ include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/include/tune-xscale.conf +#include conf/machine/include/tune-xscale.conf # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#include conf/machine/include/tune-iwmmxt.conf +include conf/machine/include/tune-iwmmxt.conf # These modules are now compiled into the kernel: |