From: Otavio Salvador Date: Tue, 14 Apr 2015 14:53:09 +0000 (-0300) Subject: u-boot-fslc: Update to the 2015.04's final release based fork X-Git-Tag: 2.1~593 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb3c4fae7a27751d8287867dc79aab74853229fe;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb index 45d27b1b..111ddff0 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2015.04+git${SRCPV}" -SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" +SRCREV = "2b3a8e87bdd5057be4ba414229e782553517f224" SRCBRANCH = "patches-2015.04" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb index bdbf93a8..51422411 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2015.04+git${SRCPV}" -SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" +SRCREV = "2b3a8e87bdd5057be4ba414229e782553517f224" SRCBRANCH = "patches-2015.04"