From ad8ddc6ee52a1582d477c1878dd02c21cdfbf605 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 28 Jun 2013 03:38:30 +0000 Subject: [PATCH] u-boot: upgrade to the version of sdk1.4 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 Signed-off-by: Ting Liu --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index e322ab7f..7427dfc8 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -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 -- 2.40.1