summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-05-09 17:22:53 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-05-12 12:07:38 -0300
commitcf998f30df09e8f568f02546e76c32ed6e1bb297 (patch)
treee6cad89eef5c02c854bb04931506079cc5074e76
parent95e013e931e64c4e2c09cce8b946e876baefac78 (diff)
downloadmeta-fsl-arm-cf998f30df09e8f568f02546e76c32ed6e1bb297.tar.gz
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.04.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb2
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"
10 10
11PV = "v2013.04" 11PV = "v2013.04"
12 12
13SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" 13SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15
16S = "${WORKDIR}/git" 16S = "${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"
5 5
6PV = "v2013.04" 6PV = "v2013.04"
7 7
8SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" 8SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776"
9SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 9SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"