From: Otavio Salvador Date: Mon, 28 Jul 2014 15:16:42 +0000 (-0300) Subject: u-boot-fslc: Update to 7a3b1da revision X-Git-Tag: 2.1~895 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=27aee3622ee01389dfa6f9aa157336a14be0060b;p=meta-freescale.git u-boot-fslc: Update to 7a3b1da revision This includes the following changes: 7a3b1da mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cb07d74 Add TQ Systems TQMa6 board support e379c03 arm, imx6: add aristainetos board 562f8df spi: add config option to enable the WP pin function on st micron flashes a0ae009 i.MX6: add enable_spi_clk() b2f97cf pwm, imx6: add support for pwm modul on imx6 aafe402 i.MX6: define struct pwm_regs and PWMCR_* defines 4a4d3a7 imx6: add gpr2 usb_otg_id iomux select control define d726d5f arm: mxs: Scrub useless ifdef aeadf06 mx6: Adjust the GPR offset for mx6solox 0a11d6f mx6: Remove duplication of iomuxc structure fa8cf31 mx6sxsabresd: Add PFUZE100 PMIC support a3df99b mx6: soc: Do not apply the PFD erratum for mx6solox 6ed9c7b embestmx6boards: convert to generic board 14a1613 mx6sx: Add initial support for mx6sxsabresd board d95b6ab mx6: clock: Do not enable sata and ipu clocks f586040 mx6sx: Add pin definitions 05d54b8 mx6: Add support for the mx6solox variant 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 6ba1552d..3e9732a0 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 = "524123a70761110c5cf3ccc5f52f6d4da071b959" +SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" 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 efccca6f..e8326387 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 = "524123a70761110c5cf3ccc5f52f6d4da071b959" +SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" SRCBRANCH = "patches-2014.07"