diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 12:11:10 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 13:57:12 -0200 |
commit | 7d4a1d5760fbb2e5b9b11a3c99a3f32fec444161 (patch) | |
tree | 5bfc3c5c9b3cfef10c977bfcaab77c8f4a574edc /recipes-bsp | |
parent | da8d6937e0ac0115c1de168296b9b9b8f455cd2f (diff) | |
download | meta-freescale-7d4a1d5760fbb2e5b9b11a3c99a3f32fec444161.tar.gz |
u-boot-qoriq: update to c249f5f
c249f5f - ls1088aqds: Add CONFIG_SGMII_PHYLIB in header file for QDS
64169db - armv8: ls1088: introduce CONFIG_SGMII_PHYLIB
002dc70 - driver: net: ldpaa_eth: Add PHY-less SGMII support
44a294b - drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()
0ca9091 - armv8: fsl-layerscape: Fix MC reserved memory calculation
fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb index ea9e7c89..63721a39 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb | |||
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native" | |||
20 | 20 | ||
21 | SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \ | 21 | SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \ |
22 | " | 22 | " |
23 | SRCREV = "fbedf04c1bad675eadbac86febdcf759441a02af" | 23 | SRCREV = "c249f5f07214250195863b8ac76424abe94f64e3" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||