summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-10-14 11:03:04 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:15 -0200
commit6a9e1ece0ca5c3a8e9ad2900401e5dab388c54fe (patch)
treea87f0abfc797eb0afd4eba64820d92a736f86a3d /recipes-bsp
parent0cee64071f66ae55e8faef743c86e985a930e3d3 (diff)
downloadmeta-freescale-6a9e1ece0ca5c3a8e9ad2900401e5dab388c54fe.tar.gz
u-boot: update to 7b0fea8
Changes: 7b0fea8 Merge pull request #70 in SDK/u-boot-devel from jira/QSDK-2961 to master 7c15891 pbl: use "wait" command instead of "flush" command da9710b Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. d22a007 ls102xa: spl: fix the macro name of MMC mode 5c5a3e1 fsl-layerscape: spl: fix the macro name of MMC mode 729761d fsl-layerscape: spl: remove duplicate init_early_memctl_regs() 0f03ebd armv8: ls1043ardb: fix types of variables 5dc6fbd armv8: ls1043a: remove redundant code in board files 89154ca armv7/ls1021atwr: lowlevel init and enable i-cache b091c4b fsl_sfp : Modify macros as per changes in SFP v3.4 d2b8266 armv7:ls1021a: Enable workaround for DDR erratum A-009942 551abf9 fsl_sec_mon: Update driver for Security Monitor 462a9f3 layerscape/ppa: Refactor PPA validation code 25f8b57 crypto/fsl: Update blob cmd to accept 64bit addresses Signed-off-by: Ting Liu <ting.liu@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_2016.01.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
index 90e9677a..6214c467 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
@@ -18,11 +18,10 @@ DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-nativ
18DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 18DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
19DEPENDS_append_qoriq-ppc = " boot-format-native" 19DEPENDS_append_qoriq-ppc = " boot-format-native"
20 20
21SRCBRANCH = "sdk-v2.0.x" 21SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
22SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
23 file://fix-build-error-under-gcc6.patch \ 22 file://fix-build-error-under-gcc6.patch \
24" 23"
25SRCREV = "a9b437f50e2051f8d42ec9e1a6df52de4bc00e1e" 24SRCREV = "7b0fea8ada90cc8a0605bce012c2b0c82d3673d9"
26 25
27S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
28 27