Update the U-Boot fork to a 2015.10-rc5 based version. This brings several fixes for i.MX and Vybrid based systems. Mainly:
cf04ad3 arm: vf610twr: improve memory layout d45fd01 colibri_vf: Fix bstlen field e24bb2b mtd: nand: vf610_nfc: resync with upstream Linux version f861f51 ls102xa: Fix reset hang f532727 imx_watchdog: Add a header file for watchdog registers 040ef8f pcm052: fix MTD partitioning 61903b7 imximage: fix commands other than write_data 835c30e imximage: header.length of 4 is valid Signed-off-by: Otavio Salvador <[email protected]> --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb | 2 +- recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb index 3ea0d11..a8afdb9 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2015.10+git${SRCPV}" -SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655" +SRCREV = "982a6474ec320bcbd7513d7319e20d9ddb0f4cb0" SRCBRANCH = "2015.10+fslc" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb index 3c1812b..8ab51fc 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2015.10+git${SRCPV}" -SRCREV = "1fb68c8c84068372cae4adf2e726e2a4ba712655" +SRCREV = "982a6474ec320bcbd7513d7319e20d9ddb0f4cb0" SRCBRANCH = "2015.10+fslc" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
