summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-10-18 13:43:10 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:34 +0800
commita5e9107e27d02e1aa56d30167e78136425ebfe32 (patch)
tree8912dfea65f85d333ae16da72f336d26316bec36
parent1d8e7593aefb9036006cf6e031f75a7e14aedf35 (diff)
downloadmeta-fsl-ppc-a5e9107e27d02e1aa56d30167e78136425ebfe32.tar.gz
u-boot: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb8
1 files 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 e300fe0..773834f 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl',
12inherit deploy 12inherit deploy
13 13
14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git" 14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
15SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e" 15SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69"
16 16
17python () { 17python () {
18 if d.getVar("TCMODE", True) == "external-fsl": 18 if d.getVar("TCMODE", True) == "external-fsl":
@@ -80,15 +80,15 @@ do_compile () {
80 if [ "x${UBOOT_TARGET}" != "x" ]; then 80 if [ "x${UBOOT_TARGET}" != "x" ]; then
81 # some boards' nand image was named as u-boot-with-spl 81 # some boards' nand image was named as u-boot-with-spl
82 if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then 82 if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
83 if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC913)";then 83 if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS|BSC913)";then
84 UBOOT_SOURCE=u-boot-with-spl 84 UBOOT_SOURCE=u-boot-with-spl
85 fi 85 fi
86 elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then 86 elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
87 if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then 87 if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
88 UBOOT_SOURCE=u-boot-with-spl 88 UBOOT_SOURCE=u-boot-with-spl
89 fi 89 fi
90 elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then 90 elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
91 if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then 91 if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
92 UBOOT_SOURCE=u-boot-with-spl 92 UBOOT_SOURCE=u-boot-with-spl
93 fi 93 fi
94 fi 94 fi