[meta-freescale] [meta-fsl-ppc][dora][PATCH 19/31] u-boot: update SHA for SDK 1.5

b28495 at freescale.com b28495 at freescale.com
Wed Jan 15 01:41:24 PST 2014


From: Zhenhua Luo <zhenhua.luo at freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 02ba38c..67bd1d5 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -13,7 +13,7 @@ inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
 	file://Fix-the-depend-race-issue.patch"
-SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
+SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69"
 
 python () {
     if d.getVar("TCMODE", True) == "external-fsl":
@@ -81,15 +81,15 @@ do_compile () {
         if [ "x${UBOOT_TARGET}" != "x" ]; then
             # some boards' nand image was named as u-boot-with-spl
             if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
-                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC913)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS|BSC913)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
-                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
-                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             fi
-- 
1.7.9.7




More information about the meta-freescale mailing list