diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-17 13:15:56 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-17 13:15:56 +0000 |
commit | 1be23a85a9044ac34ebd07d561b8029d0764f916 (patch) | |
tree | e0d511043a58985c14a16b96a48d08b741ea5648 /packages/u-boot/u-boot_1.3.2.bb | |
parent | d4e452b6d6fafe058a84e7623893537536dc2695 (diff) |
u-boot: add SPI, EEPROM and DTT support for mpc8313e-rdb
Diffstat (limited to 'packages/u-boot/u-boot_1.3.2.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.3.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/u-boot/u-boot_1.3.2.bb b/packages/u-boot/u-boot_1.3.2.bb index 8e806ef049..d610526081 100644 --- a/packages/u-boot/u-boot_1.3.2.bb +++ b/packages/u-boot/u-boot_1.3.2.bb @@ -2,7 +2,7 @@ require u-boot.inc DEFAULT_PREFERENCE = "-1" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" @@ -10,6 +10,9 @@ SRC_URI_append_mpc8313e-rdb = "\ file://mpc8313e-rdb-autoboot.patch;patch=1 \ file://mpc8313e-rdb-mtdparts.patch;patch=1 \ file://mpc8313e-rdb-nand.patch;patch=1 \ + file://mpc8313e-rdb-spi.patch;patch=1 \ + file://mpc8313e-rdb-eeprom.patch;patch=1 \ + file://mpc8313e-rdb-lm75.patch;patch=1 \ file://u-boot-fsl-1.3.0-mpc8313erdb-vsc7385-support.patch;patch=1 \ file://u-boot-fsl-1.3.0-mpc8313erdb-fix-vitesse-7385-firmware.patch;patch=1 \ file://u-boot-fsl-1.3.0-mpc8313erdb-performance-tuning-for-TSEC.patch;patch=1 \ |