From b6fa611871682dae867b34cde0dcdf16a9cac687 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 29 May 2012 13:31:49 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.1