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 | 7cbef9e7a1e91bb8f49f39a9adeaa8821d22001c (patch) | |
tree | dd0c78569ebcf808e42544f6bacee2746b436402 /meta-fsl-arm | |
parent | 4c8d6a4ef700f4f03c03b00364f82ab03b1df082 (diff) | |
download | meta-freescale-7cbef9e7a1e91bb8f49f39a9adeaa8821d22001c.tar.gz |
u-boot: apply patch to fix default environment for mx28evk
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 |
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 | ||
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 | ||