From 04efee0947f405a0429e97df23a5b20318d7a65b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 30 Oct 2012 07:36:33 -0500 Subject: [PATCH] u-boot: Update to newer version 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb index 6bcd2a77..5ee6920f 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -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" -- 2.40.1