diff options
author | 2013-05-09 17:22:53 -0300 | |
---|---|---|
committer | 2013-05-10 14:59:04 -0300 | |
commit | 9f0b428843f8465cec9234f851dad72760c1425e (patch) | |
tree | 37caba8ee1ef414e2c579fac6f4fdb975c4031f4 /recipes-bsp/u-boot | |
parent | 3a3396549b893d918069acc27846cbb6c4d5d701 (diff) | |
download | meta-fsl-arm-9f0b428843f8465cec9234f851dad72760c1425e.tar.gz meta-fsl-arm-9f0b428843f8465cec9234f851dad72760c1425e.tar.bz2 meta-fsl-arm-9f0b428843f8465cec9234f851dad72760c1425e.zip |
u-boot-fslc: Update to patches-2013.04's 20130507 snapshot
Include following fixes:
* i.MX6: Enable ARM ERRATA #742230
* i.MX23: Fix DDR instability
This also updates 'mxsboot' recipe for the same snapshot to keep both
in sync.
Change-Id: Idf452ad4a37d6eb85cb7f5c6d04377e09fe1dd91
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 5e97d18..1e9794c 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 = "e035df387fe429adfa37ffdf4499d95a275972a4" +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" 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 0353af5..e055540 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 = "e035df387fe429adfa37ffdf4499d95a275972a4" +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" |