]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boox-imx: Upgrade to 3.14.28-6QP_beta release
authorLauren Post <lauren.post@freescale.com>
Thu, 16 Jul 2015 19:22:35 +0000 (14:22 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:13 +0000 (15:03 -0300)
Update to latest fixes in 3.14.38-6QP_beta which adds
support for i.MX 7Dual and i.MX 6QuadPlus boot configurations.
Bug fixes for i.MX 6 boards including ARM errata fixes.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-imx_2014.04.bb

index ebae6922022d33a31ce06d2a74ee18f9f96fc20f..c4c8670e8c24a2ef111ad3211ecaadf75818b37b 100644 (file)
@@ -8,9 +8,9 @@ PROVIDES += "u-boot"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga"
+SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta"
 SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
-SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0"
+SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6"
 
 S = "${WORKDIR}/git"
 
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
 LOCALVERSION ?= "-${SRCBRANCH}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"