summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-17 17:47:15 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-17 18:41:21 -0300
commit9a8604a1719b11666a84133b8036c3daf4c27051 (patch)
tree1eae793e4ca7ddd5e37e4d4c41a4d24422f6f9d9
parent053452d57f14fb45f631ce02cc9ea86475a3dd5a (diff)
downloadmeta-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.bb4
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
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9SRCREV = "be3fa4a375427dbc153d044b8743b786b2dd4393" 9SRCREV = "4e6e82429c127d6084b3a3cde5f2f2c4ea63440b"
10 10
11PV = "v2012.04.01" 11PV = "v2012.04.01"
12PR = "r3" 12PR = "r4"
13 13
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15