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
commit7cbef9e7a1e91bb8f49f39a9adeaa8821d22001c (patch)
treedd0c78569ebcf808e42544f6bacee2746b436402
parent4c8d6a4ef700f4f03c03b00364f82ab03b1df082 (diff)
downloadmeta-freescale-7cbef9e7a1e91bb8f49f39a9adeaa8821d22001c.tar.gz
u-boot: apply patch to fix default environment for mx28evk
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb4
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 7ddf26163..e58e8f5da 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
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