aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3600.conf
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-12 14:13:20 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-12 14:13:20 +0000
commit61fc2558227783fe8553783cf3cfbb3a2732577e (patch)
tree92725425e906b8bcd53db8aca5bf9ceb7f5579bc /conf/machine/h3600.conf
parent3b85f1584efddfb1c51ddb046667d1dfe37f042c (diff)
downloadopenembedded-61fc2558227783fe8553783cf3cfbb3a2732577e.tar.gz
conf/machine/: fix configuration for Strongarm devices
* replace erroneous TARGET_CC_ARCH line optimising for xscale instead of strongarm * remove inclusion of tune-strongarm.inc from collie.conf and replace it with the correct TARGET_CC_ARCH. Collie is the only Strongarm 1110 device in OE and thus needs special treatment * rename tune-strongarm.inc to tune-strongarm1100.inc and leave a short note to make it clear the file only applies to Strongarm 1100 devices.
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r--conf/machine/h3600.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index c037226154..6f0e37b803 100644
--- a/conf/machine/h3600.conf
+++ b/conf/machine/h3600.conf
@@ -8,7 +8,7 @@
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 "
-require conf/machine/include/tune-strongarm.inc
+require conf/machine/include/tune-strongarm1100.inc
# h3700, h3800 have 32, but let that be the bonus
ROOT_FLASH_SIZE = "16"