]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: update SHA for SDK T2080QDS
authorZongchun Yu <Zongchun.Yu@freescale.com>
Thu, 23 Jan 2014 06:05:31 +0000 (14:05 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 13 Feb 2014 03:24:57 +0000 (11:24 +0800)
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb

index 068c6f4188f932a9f3b0419add2ff1cafc2b6f5c..4f8690c237d14f95e83777e77fb09437bef3ade6 100644 (file)
@@ -27,10 +27,11 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl',
 
 inherit deploy
 
-SRCBRANCH = "sdk-v1.5.x"
-SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
+SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
        file://Fix-the-depend-race-issue.patch"
 SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69"
+SRCREV_t2080qds = "fc03874549668c1a10f97c10b3a77cb0f236df19"
+SRCREV_t2080qds-64b = "fc03874549668c1a10f97c10b3a77cb0f236df19"
 
 python () {
     if d.getVar("TCMODE", True) == "external-fsl":