From: Otavio Salvador Date: Wed, 25 Apr 2012 20:09:33 +0000 (-0300) Subject: u-boot: update from 2012.04 to 2012.04.01 release X-Git-Tag: 2.1~1866 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8c8a3f9838d29ce35bd604227c60536e879222ee;p=meta-freescale.git 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 --- 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 similarity index 88% rename from meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb index 4f241839..e217306b 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)" DEPENDS_mxs += "elftosb-native" -SRCREV = "2790bf69dc12fb9aeb9836904e5f57c7f83d5552" +SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" -PV = "v2012.04" +PV = "v2012.04.01" SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"