aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8315e-rdb.conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-10-07 13:51:20 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-10-07 13:51:20 +0000
commit8e7b12439e33c351d8f5744898018509fd37cfe5 (patch)
tree3edb665aef663a2dc39b65af81e724090793d69f /conf/machine/mpc8315e-rdb.conf
parent821b74d1c59559496ed7e7e86531fe3f76f4dade (diff)
downloadopenembedded-8e7b12439e33c351d8f5744898018509fd37cfe5.tar.gz
mpc8313e-rdb: Merge Freescale's patches for u-boot 1.2.0 and linux 2.6.24.3.
Also make the u-boot version set conditionally rather than unconditionally, in the machine configuration file. Although u-boot 1.2.0 and 2.6.24.3 are reasonably outdated, the PCI Express support has never been merged upstream, neither to u-boot nor to linux, so use the above versions if you want to toy with PCI Express. It was extracted from MPC8315ERDB_20080627-ltib.iso, of which the patches are also available online at www.bitshrine.org.
Diffstat (limited to 'conf/machine/mpc8315e-rdb.conf')
-rw-r--r--conf/machine/mpc8315e-rdb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/mpc8315e-rdb.conf b/conf/machine/mpc8315e-rdb.conf
index 3718ce5935..e0a1215bcf 100644
--- a/conf/machine/mpc8315e-rdb.conf
+++ b/conf/machine/mpc8315e-rdb.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the Freescale MPC8315E-RDB
# Development board with low power PowerPC SoC with MMU/FPU and PCI,
-# PCI Express, SATA onboard.
+# PCI Express x1, 2x SATA.
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppce300c3"
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
KERNEL_IMAGETYPE = "uImage"
-PREFERRED_VERSION_u-boot = "1.3.2"
+PREFERRED_VERSION_u-boot ?= "1.3.2"
UBOOT_MACHINE = "MPC8315ERDB_config"
UBOOT_ENTRYPOINT = "0"
UBOOT_LOADADDRESS = "0"