]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: Update to newer version
authorDaiane Angolini <daiane.angolini@freescale.com>
Tue, 30 Oct 2012 12:36:33 +0000 (07:36 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 30 Oct 2012 18:21:26 +0000 (16:21 -0200)
Change mmcroot so it works out of box

The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we
move this to the board configuration file.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb

index 6bcd2a774280cbfb88e5412ee840b4342209ff2d..5ee6920fc4f025a0cd280f155a9a72356870abd4 100644 (file)
@@ -7,8 +7,9 @@ COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)"
 DEPENDS_mxs += "elftosb-native"
 
 PV = "v2012.10"
+PR = "r1"
 
-SRCREV = "18cfaf0a6d31339106c32fdcdef2408829817143"
+SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"