From 70416f1e87f02a3c6e918ceea8c069065df736af Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 20 Jul 2013 15:07:14 -0300 Subject: [PATCH] u-boot-fslc: Update to fdf86c2 revision The 2013.07-rc3 had a regression in network support for some i.MX6 boards, fixed by 9ba30f6 (phy: fix 10/100Mbps operation on 1Gbps-capable links), and instability in Nitrogen6X boards, fixed by fdf86c2 (ddr cfg: DRAM_RESET needs 0x00020030). Change-Id: Id9aac5d3f2efc27dbf0420d1eda500ef373ea25f Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 2 +- meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb index 5af19d5c..d5bc164d 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.07" -SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" +SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb index a434a61c..70e58db6 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.07" -SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" +SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" -- 2.40.1