aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8323e-rdb.conf
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2007-11-06 19:07:38 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-11-06 19:07:38 +0000
commitfd731812a7e7df7f69cca5fc9d0395a4c7df383c (patch)
treed6e584efcc85c0c979a77bf0ff583c1d55d4b589 /conf/machine/mpc8323e-rdb.conf
parentfcb224918ce7e7329b7985c2e86d950312cd0ed3 (diff)
downloadopenembedded-fd731812a7e7df7f69cca5fc9d0395a4c7df383c.tar.gz
conf/machine/mpc8323e-rdb.conf : Add pci and uboot to MACHINE_FEATURES
Diffstat (limited to 'conf/machine/mpc8323e-rdb.conf')
-rw-r--r--conf/machine/mpc8323e-rdb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf
index 32b97f86e5..0c0e07174a 100644
--- a/conf/machine/mpc8323e-rdb.conf
+++ b/conf/machine/mpc8323e-rdb.conf
@@ -3,12 +3,12 @@
#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
TARGET_ARCH = "powerpc"
-TARGET_FPU = "soft"
+#TARGET_FPU = "soft"
PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
PREFERRED_PROVIDER_virtual/kernel = "linux"
-MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
PREFERRED_VERSION_u-boot = "1.1.6"
UBOOT_MACHINE = "MPC8323ERDB_config"