summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-07 23:20:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-08 15:33:31 -0300
commiteda8fb05ad0edcd831dab6c59f75962fcc7bae02 (patch)
tree968a2f78dcfd768c18595ac11830b728c633f4e8 /recipes-bsp/u-boot
parente2feee421e3c4050649edf0c44693e62e6c68d2e (diff)
downloadmeta-fsl-arm-eda8fb05ad0edcd831dab6c59f75962fcc7bae02.tar.gz
u-boot-fslc: Update to d97067b revision
This includes U-Boot 2013.10-rc4 based version plus following change: d97067b mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT The change is need, together with a linux-imx change for eMMC registering number, to allow same U-Boot environment to be compatible with Linux mainline and Linux FSL 3.0.35-4.1.0. Change-Id: Id9937a7be74b5dd6a5848e81395193bfd13e67a9 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-mxsboot_2013.10.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.10.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index b8b0151..0c69185 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2013.10" 8PV = "v2013.10"
9 9
10SRCREV = "aa822f4980039073e03f98998813061af833b2bf" 10SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33"
11SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 11SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index f7784dd..43cb2f0 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
10 10
11PV = "v2013.10" 11PV = "v2013.10"
12 12
13SRCREV = "aa822f4980039073e03f98998813061af833b2bf" 13SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33"
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"