summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-25 17:09:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-25 17:09:33 -0300
commit8c8a3f9838d29ce35bd604227c60536e879222ee (patch)
treee906c72cbb6df4f2e67c647ab78bf954077a1644
parentb579763aacec7c809a97f4a3bdc786c7759ef471 (diff)
downloadmeta-freescale-8c8a3f9838d29ce35bd604227c60536e879222ee.tar.gz
u-boot: update from 2012.04 to 2012.04.01 release
This fixes a critical bug in command line processing thus it is a mandatory update for us. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index 4f241839c..e217306be 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb
@@ -6,9 +6,9 @@ COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9SRCREV = "2790bf69dc12fb9aeb9836904e5f57c7f83d5552" 9SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d"
10 10
11PV = "v2012.04" 11PV = "v2012.04.01"
12 12
13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
14 14