From: Otavio Salvador Date: Tue, 29 May 2012 16:31:49 +0000 (-0300) Subject: u-boot: mx53loco: Fix revision of Dialog boards X-Git-Tag: 2.1~1798 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b6fa611871682dae867b34cde0dcdf16a9cac687;p=meta-freescale.git u-boot: mx53loco: Fix revision of Dialog boards This fixes a kernel crash when PMIC is accessed in the 2.6.35 kernel for Dialog rev E boards. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb index 96d8d26d..7ddf2616 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb @@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" DEPENDS_mxs += "elftosb-native" -SRCREV = "694d7164c05e3b785ac3c7055d0bd605bfc6a5ee" +SRCREV = "b6c3efe8a8ea1b77c85c232d86a080d1c5ed2b23" PV = "v2012.04.01" -PR = "r1" +PR = "r2" SRC_URI = "git://github.com/Freescale/u-boot-imx.git"