diff options
author | Lauren Post <lauren.post@freescale.com> | 2014-09-04 08:12:50 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-10 18:55:22 -0200 |
commit | 7bdeb7b460552d5ad4fa221877cbb3174cb02707 (patch) | |
tree | aa42ea61839370c0f45d760b99002d70255784cc | |
parent | 0f809754564f76bd1ef04d36aa286dd3e4aed12b (diff) | |
download | meta-fsl-arm-7bdeb7b460552d5ad4fa221877cbb3174cb02707.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-- | recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2014.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2013.04.bb) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb index f66114c..f66114c 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb index 28574f8..0c9c143 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb | |||
@@ -6,11 +6,11 @@ require recipes-bsp/u-boot/u-boot.inc | |||
6 | PROVIDES += "u-boot" | 6 | PROVIDES += "u-boot" |
7 | 7 | ||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 9 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRCBRANCH = "imx_v2013.04_3.10.17_1.0.0_ga" | 11 | SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta" |
12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" |
13 | SRCREV = "06dd4f798b2014ed9642f8d6f526aa9630dd8ca5" | 13 | SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||