From: Otavio Salvador Date: Fri, 1 Aug 2014 17:43:08 +0000 (-0300) Subject: u-boot-fslc: Update to dfd9146 revision X-Git-Tag: 2.1~894 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ac334e5d7a59f5dda534f852434c46a6df251f4d;p=meta-freescale.git u-boot-fslc: Update to dfd9146 revision This includes following fixes: dfd9146 mx6sabresd: Use LDO dtb file until PMIC support is added 28b6bee mx6slevk: Use LDO dtb file until PMIC support is added This avoids boot issues due the lacking of LDO bypass support. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb index 3e9732a0..3a1c6e46 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2014.07" -SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" +SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" SRCBRANCH = "patches-2014.07" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb index e8326387..bd77227c 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2014.07" -SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" +SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" SRCBRANCH = "patches-2014.07"