aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/sequoia.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-05-30 18:57:18 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-05-30 18:57:18 +0000
commitf08392f208df49e0c1376073626222cdb417fe42 (patch)
tree910c40e0b1a57686b348d972a04f162e6c566273 /conf/machine/sequoia.conf
parentd16bc0af3dfe262d065f964c9c489c3f62450a08 (diff)
downloadopenembedded-f08392f208df49e0c1376073626222cdb417fe42.tar.gz
conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with an FP unit and
so it needs to build with -mcpu=440fp for hard fp support
Diffstat (limited to 'conf/machine/sequoia.conf')
-rw-r--r--conf/machine/sequoia.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf
index 2336ecbcf3..a6f31ab84a 100644
--- a/conf/machine/sequoia.conf
+++ b/conf/machine/sequoia.conf
@@ -6,7 +6,7 @@
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc440"
+PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc440e"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
@@ -25,4 +25,4 @@ ERASEBLOCK_SIZE = "0x10000"
IMAGE_FSTYPES = "jffs2"
#tune for the AMCC440 cpu
-require conf/machine/include/tune-ppc440.conf
+require conf/machine/include/tune-ppc440e.conf