aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 12:00:35 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 12:00:35 +0000
commit1a4cc8ee9bf959e68b7c418d562f70fd6e08d561 (patch)
treed7f8afd713fd988d03692743190685b4bf4bb3e1
parent7cbe26dd9647243ade652ef1a7a6fbb2402c6576 (diff)
downloadopenembedded-1a4cc8ee9bf959e68b7c418d562f70fd6e08d561.tar.gz
amsdelta: do not hand tune for arm920t but include proper tune config
-rw-r--r--conf/machine/amsdelta.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf
index 85afdc85f4..d4877a1724 100644
--- a/conf/machine/amsdelta.conf
+++ b/conf/machine/amsdelta.conf
@@ -21,7 +21,7 @@ GUI_MACHINE_CLASS="smallscreen"
PREFERRED_VERSION_u-boot = "1.1.4"
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
+require conf/machine/include/tune-arm920t.conf
IMAGE_ROOTFS_SIZE_ext2 = "8192"
IMAGE_ROOTFS_SIZE_ext2.gz = "8192"