From: Daiane Angolini Date: Tue, 30 Oct 2012 12:36:33 +0000 (-0500) Subject: u-boot: Update to newer version X-Git-Tag: 2.1~1633 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=04efee0947f405a0429e97df23a5b20318d7a65b;p=meta-freescale.git 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 --- 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"