diff options
author | 2013-04-25 23:23:00 -0300 | |
---|---|---|
committer | 2013-04-25 23:23:00 -0300 | |
commit | a636606f15061f85746350b75f804d7cc3823ab0 (patch) | |
tree | 9d2724948c997cbc7e5b55c9bb19e6031ad28e65 /recipes-bsp/u-boot | |
parent | 89bd933d6531208920547e6c1c5e08ebd00d7220 (diff) | |
download | meta-fsl-arm-a636606f15061f85746350b75f804d7cc3823ab0.tar.gz meta-fsl-arm-a636606f15061f85746350b75f804d7cc3823ab0.tar.bz2 meta-fsl-arm-a636606f15061f85746350b75f804d7cc3823ab0.zip |
u-boot-fslc: Update to patches-2013.04's 20130425 snapshot1.4
Include following fixes:
* i.MX53 ARD: Backport environment fixes from 2013.07
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb index 27a21c0..5e97d18 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.04" -SRCREV = "c06acf00d675a7e9ea82434cd6cfeb81c6f44bef" +SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb index 7b5bd34..0353af5 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.04" -SRCREV = "c06acf00d675a7e9ea82434cd6cfeb81c6f44bef" +SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" |