]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: upgrade to the version of sdk1.4
authorZhenhua Luo <zhenhua.luo@freescale.com>
Fri, 28 Jun 2013 03:38:30 +0000 (03:38 +0000)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Mon, 1 Jul 2013 05:47:48 +0000 (13:47 +0800)
install the right nand-uboot for p1010rdb and bsc913x.
u-boot-with-spl.bin is the right nand-uboot image.

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb

index e322ab7f1216af2e5d7f559c5878959b98b0a3ef..7427dfc8b7f630000057d4b5bf84aa7e93bc2c68 100644 (file)
@@ -11,9 +11,9 @@ DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
 inherit deploy
 
-SRCREV = "7bcd7f45c8974978f8eb73ae4d32e71cb6a49b77"
-SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
-               "
+SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
+SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
+
 python () {
        ml = d.getVar("MULTILIB_VARIANTS", True)
        arch = d.getVar("OVERRIDES", True)
@@ -68,7 +68,7 @@ do_compile () {
                                cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
             elif [ "${UBOOT_TARGET}" == "u-boot-nand" ];then
                                if [ "${DEFAULTTUNE}" = "ppce500v2" ];then
-                    if echo $board |egrep "(P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB)" 2>&1 >/dev/null;then
+                    if echo $board |egrep "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC9131RDB|BSC9132QDS)" 2>&1 >/dev/null;then
                         cp ${S}/${board}/u-boot-with-spl.bin ${S}/${board}/${UBOOT_TARGET}.bin
                     fi
                 else