summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-14 11:53:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-14 12:16:57 -0300
commitbd466f3cc85fe158cef1b14978d729c9fadf1ea9 (patch)
treef2eb65b12630ae816abcc1776cdb3fcafa76e458
parentca332324a9bde3e9cbc5e37e18677110cfc38f22 (diff)
downloadmeta-fsl-arm-bd466f3cc85fe158cef1b14978d729c9fadf1ea9.tar.gz
u-boot-fslc: Update to the 2015.04's final release based fork
The 2b3a8e87 has the 2015.04 final release merged. So the current set of changes applied on top of the 2015.04 release are: 59e39d3 wandboard: Changed mmcroot variable so kernel 3.10.31 boots 48b8a98 iMX6: Change mmcroot to use fixed mmc block index for USDHC 2f1399e mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT b265496 embestmx6boards: Change default bootenv configuration d8c2380 mx6sabresd: Use LDO dtb file until LDO bypass support is added 1556dde mx6slevk: Use LDO dtb file until LDO bypass support is added Change-Id: I0b9d5b812c20809b35521ff6dab8e2dda50ddd3c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.04.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
index 45d27b1..111ddff 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2015.04+git${SRCPV}" 8PV = "v2015.04+git${SRCPV}"
9 9
10SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" 10SRCREV = "2b3a8e87bdd5057be4ba414229e782553517f224"
11SRCBRANCH = "patches-2015.04" 11SRCBRANCH = "patches-2015.04"
12 12
13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
index bdbf93a..5142241 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
2 2
3PV = "v2015.04+git${SRCPV}" 3PV = "v2015.04+git${SRCPV}"
4 4
5SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" 5SRCREV = "2b3a8e87bdd5057be4ba414229e782553517f224"
6SRCBRANCH = "patches-2015.04" 6SRCBRANCH = "patches-2015.04"