diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-20 15:07:14 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-20 19:17:12 -0300 |
commit | ab2540e10a8b1b4ea422807c3443cce54d1eff5c (patch) | |
tree | 7288d48ecfef1a51d822d1919b6c399180b1e6b7 | |
parent | 70e50fcac1b912ec6e1d0b7f0960b239fd41935d (diff) | |
download | meta-fsl-arm-ab2540e10a8b1b4ea422807c3443cce54d1eff5c.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb index 5af19d5..d5bc164 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | |||
@@ -10,7 +10,7 @@ PROVIDES += "u-boot" | |||
10 | 10 | ||
11 | PV = "v2013.07" | 11 | PV = "v2013.07" |
12 | 12 | ||
13 | SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" | 13 | SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" |
14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb index a434a61..70e58db 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | |||
@@ -5,7 +5,7 @@ SECTION = "bootloader" | |||
5 | 5 | ||
6 | PV = "v2013.07" | 6 | PV = "v2013.07" |
7 | 7 | ||
8 | SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" | 8 | SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" |
9 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 9 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |