summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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
commit7f9bcf637ca84b98a9304f00aa0655385d2a52ac (patch)
tree6563c17d89b9258f3b9ad402a9be8a270bd0977f /recipes-bsp
parent1f84c1fd36c0e7a08f02ad4e0796b944ae11f112 (diff)
downloadmeta-fsl-arm-7f9bcf637ca84b98a9304f00aa0655385d2a52ac.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.04.01.bb (renamed from recipes-bsp/u-boot/u-boot_2012.04.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index 4f24183..e217306 100644
--- a/recipes-bsp/u-boot/u-boot_2012.04.bb
+++ b/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