summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-06-04 10:40:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-06-04 10:40:18 -0300
commit8bc9df3be0cb33983c3c1b9ceed31c121cbf4c71 (patch)
tree7d9ff67571bdea37c59b3b97dff6212bf71844bc
parentc49ec9d065ae8546e07fd462e818ddf298778ad9 (diff)
downloadmeta-fsl-arm-8bc9df3be0cb33983c3c1b9ceed31c121cbf4c71.tar.gz
u-boot: apply patch to fix default environment for mx28evk
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 7ddf261..e58e8f5 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 = "b6c3efe8a8ea1b77c85c232d86a080d1c5ed2b23" 9SRCREV = "be3fa4a375427dbc153d044b8743b786b2dd4393"
10 10
11PV = "v2012.04.01" 11PV = "v2012.04.01"
12PR = "r2" 12PR = "r3"
13 13
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15