diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-17 17:47:15 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-17 18:41:21 -0300 |
commit | 9a8604a1719b11666a84133b8036c3daf4c27051 (patch) | |
tree | 1eae793e4ca7ddd5e37e4d4c41a4d24422f6f9d9 | |
parent | 053452d57f14fb45f631ce02cc9ea86475a3dd5a (diff) | |
download | meta-fsl-arm-9a8604a1719b11666a84133b8036c3daf4c27051.tar.gz |
u-boot: change mx53loco default environment
As we changed the partition layout used in sdcard, for i.MX based SoCs
the mx53loco needs to be adjusted according.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb index e58e8f5..82c79bb 100644 --- a/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/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 = "be3fa4a375427dbc153d044b8743b786b2dd4393" | 9 | SRCREV = "4e6e82429c127d6084b3a3cde5f2f2c4ea63440b" |
10 | 10 | ||
11 | PV = "v2012.04.01" | 11 | PV = "v2012.04.01" |
12 | PR = "r3" | 12 | PR = "r4" |
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 | ||