diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 16:50:22 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 16:50:22 +0100 |
commit | c7d514e3de6cb0ddad3dbc7efd4428b24cd2d144 (patch) | |
tree | d6f9519110bbb03b111592d04d52fe9481587ef6 /packages/u-boot/u-boot_1.3.2.bb | |
parent | 659a8173e83ead481adb7c677403427dd00ec6bf (diff) |
u-boot: add mtdparts support for boc01
Diffstat (limited to 'packages/u-boot/u-boot_1.3.2.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.3.2.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/u-boot/u-boot_1.3.2.bb b/packages/u-boot/u-boot_1.3.2.bb index d7be607f13..8e6befd9cb 100644 --- a/packages/u-boot/u-boot_1.3.2.bb +++ b/packages/u-boot/u-boot_1.3.2.bb @@ -2,23 +2,25 @@ require u-boot.inc DEFAULT_PREFERENCE = "-1" -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" SRC_URI_append_mpc8313e-rdb = "\ + file://mpc8313e-rdb-autoboot.patch;patch=1 \ file://mpc8313e-rdb-nand.patch;patch=1 \ + file://mpc8313e-rdb-mtdparts.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 \ - file://mpc8313e-rdb-autoboot.patch;patch=1 \ - file://mpc8313e-rdb-mtdparts.patch;patch=1 \ " SRC_URI_append_boc01 = "\ + file://mpc8313e-rdb-autoboot.patch;patch=1 \ file://mpc8313e-rdb-nand.patch;patch=1 \ + file://mpc8313e-rdb-mtdparts.patch;patch=1 \ file://mpc8313e-rdb-eeprom.patch;patch=1 \ file://000_01_u-boot-1.3.2_LM73.patch;patch=1 \ file://001_01_u-boot-1.3.2_SPI.patch;patch=1 \ |