summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-04-02 15:38:30 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:57:12 -0300
commit1f0a8aa4a3127689fdad26273ca2915fec679e07 (patch)
treecc998def812b69084fcb3a1bdee272b62ccbdeda
parent9282485681b6d169474f2607465a7654cd451b1a (diff)
downloadmeta-fsl-arm-1f0a8aa4a3127689fdad26273ca2915fec679e07.tar.gz
u-boot-imx: Upgrade to 3.14.28-1.0.0 GA release
Include support for i.MX 6 DQ Sabre Auto CPU2 board Bug fixes since 3.10.53-1.1.0 GA Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2014.04.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
index c5f87bc..ebae692 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -8,9 +8,9 @@ PROVIDES += "u-boot"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRCBRANCH = "imx_v2014.04_3.10.53_1.1.0_ga" 11SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga"
12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" 12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
13SRCREV = "afc02ad90dd967faa7cf7013310423e29670cadb" 13SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16