summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-01-21 08:44:37 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-27 09:10:44 -0200
commite72bd71392ec5586f7712376bdc872e8b2a89a18 (patch)
tree9be4cdad91055ae1ba298752b3670ff02568750c
parentb12d193092484c02d7ccf2e6d98c4887aa41b408 (diff)
downloadmeta-fsl-arm-e72bd71392ec5586f7712376bdc872e8b2a89a18.tar.gz
u-boot-imx: Upgrade to 3.10.53-1.1.0_GA release
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.bb6
1 files changed, 3 insertions, 3 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 5f6c722..c5f87bc 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2013, 2014 Freescale Semiconductor 1# Copyright (C) 2013-2015 Freescale Semiconductor
2 2
3DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." 3DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards."
4require recipes-bsp/u-boot/u-boot.inc 4require recipes-bsp/u-boot/u-boot.inc
@@ -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.31_1.1.0_beta2" 11SRCBRANCH = "imx_v2014.04_3.10.53_1.1.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 = "7ebeb5ba8c3ed067bbf5d0ab885eb0384c7e7f75" 13SRCREV = "afc02ad90dd967faa7cf7013310423e29670cadb"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16