aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ep93xx.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-11 19:15:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-11 19:15:17 +0000
commitcf63c923885794b2eb3c25453781b8590e082caf (patch)
tree43b5b91645b2b9ee77a1e69a5704773d89df97a7 /conf/machine/ep93xx.conf
parentecba96371efd4dcfb197d60798ed8ffcc636cb87 (diff)
downloadopenembedded-cf63c923885794b2eb3c25453781b8590e082caf.tar.gz
ep93xx: as pointed out on irc, the ep93xx is armv4t, not armv5te. Include tune-arm920t to tell gcc we have thumb as well
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r--conf/machine/ep93xx.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 040f00a6e2..b1e620882d 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -5,7 +5,7 @@
INHERIT += "linux_modules"
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+IPKG_ARCHS = "all arm armv4t ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
@@ -32,4 +32,7 @@ EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
#tune for ep93xx cpus
#can be used for crunch support later on
-#include conf/machine/tune-ep9312.conf
+#include conf/machine/include/tune-ep9312.conf
+
+
+include conf/machine/include/tune-arm920t.conf