]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: mx53loco: Fix revision of Dialog boards
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 29 May 2012 16:31:49 +0000 (13:31 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 29 May 2012 16:31:49 +0000 (13:31 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb

index 96d8d26db8ed6f2d08623107d8eccc0ff2060ecd..7ddf26163e317be7e5ddf4df3d16c99343ddb25d 100644 (file)
@@ -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"