diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-29 13:31:49 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-29 13:31:49 -0300 |
commit | b6fa611871682dae867b34cde0dcdf16a9cac687 (patch) | |
tree | 5908748109414b31e32485be98d7d09274c7c0bf /meta-fsl-arm | |
parent | ed533b034b56186d8f754fd4dee3b9f792ed938c (diff) | |
download | meta-freescale-b6fa611871682dae867b34cde0dcdf16a9cac687.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 |
1 files 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 96d8d26db..7ddf26163 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)" | |||
6 | 6 | ||
7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native" |
8 | 8 | ||
9 | SRCREV = "694d7164c05e3b785ac3c7055d0bd605bfc6a5ee" | 9 | SRCREV = "b6c3efe8a8ea1b77c85c232d86a080d1c5ed2b23" |
10 | 10 | ||
11 | PV = "v2012.04.01" | 11 | PV = "v2012.04.01" |
12 | PR = "r1" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
15 | 15 | ||