summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2014-01-23 14:05:31 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-02-13 11:24:57 +0800
commit290a669e5480792836d4f7769ba2ef6f49799323 (patch)
tree05cd62748432742f4055ceedf3e70a1abf1f397f /recipes-bsp
parent41d1fabbe8673481321827f446b1f12177d0f84e (diff)
downloadmeta-fsl-ppc-290a669e5480792836d4f7769ba2ef6f49799323.tar.gz
u-boot: update SHA for SDK T2080QDS
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 068c6f4..4f8690c 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -27,10 +27,11 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl',
27 27
28inherit deploy 28inherit deploy
29 29
30SRCBRANCH = "sdk-v1.5.x" 30SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
31SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
32 file://Fix-the-depend-race-issue.patch" 31 file://Fix-the-depend-race-issue.patch"
33SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69" 32SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69"
33SRCREV_t2080qds = "fc03874549668c1a10f97c10b3a77cb0f236df19"
34SRCREV_t2080qds-64b = "fc03874549668c1a10f97c10b3a77cb0f236df19"
34 35
35python () { 36python () {
36 if d.getVar("TCMODE", True) == "external-fsl": 37 if d.getVar("TCMODE", True) == "external-fsl":