summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-09-04 08:12:50 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:22 -0200
commitdb157aa087886c5982bcd2e8767f0c8b1698168c (patch)
treef8c561749768dc811a72dea6c3267e8e77f75b48
parent3309d2e67b45847835bc101875a7bf47813b33ce (diff)
downloadmeta-freescale-db157aa087886c5982bcd2e8767f0c8b1698168c.tar.gz
u-boot-imx: Upgrade to 2014.04 version
- Add mx6sx support - General fixes for mx6slevk and other mx6 - Support to use zImage Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb)0
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2014.04.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb)6
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb
index f66114c72..f66114c72 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
index 28574f8b7..0c9c143ef 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -6,11 +6,11 @@ require recipes-bsp/u-boot/u-boot.inc
6PROVIDES += "u-boot" 6PROVIDES += "u-boot"
7 7
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRCBRANCH = "imx_v2013.04_3.10.17_1.0.0_ga" 11SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta"
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 = "06dd4f798b2014ed9642f8d6f526aa9630dd8ca5" 13SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16