diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-04 10:40:18 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-04 10:40:18 -0300 |
commit | 8bc9df3be0cb33983c3c1b9ceed31c121cbf4c71 (patch) | |
tree | 7d9ff67571bdea37c59b3b97dff6212bf71844bc | |
parent | c49ec9d065ae8546e07fd462e818ddf298778ad9 (diff) | |
download | meta-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.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 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 | ||
7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native" |
8 | 8 | ||
9 | SRCREV = "b6c3efe8a8ea1b77c85c232d86a080d1c5ed2b23" | 9 | SRCREV = "be3fa4a375427dbc153d044b8743b786b2dd4393" |
10 | 10 | ||
11 | PV = "v2012.04.01" | 11 | PV = "v2012.04.01" |
12 | PR = "r2" | 12 | PR = "r3" |
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 | ||