]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: update to 7b0fea8
authorTing Liu <ting.liu@nxp.com>
Fri, 14 Oct 2016 03:03:04 +0000 (11:03 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:15 +0000 (16:26 -0200)
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>
recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb

index 90e9677a2e28a2603427453b70a6caffbf9fd481..6214c46763d85ea336ec19d994852cd75e21e8f3 100644 (file)
@@ -18,11 +18,10 @@ DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-nativ
 DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
 DEPENDS_append_qoriq-ppc = " boot-format-native"
 
-SRCBRANCH = "sdk-v2.0.x"
-SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
+SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
     file://fix-build-error-under-gcc6.patch \
 "
-SRCREV = "a9b437f50e2051f8d42ec9e1a6df52de4bc00e1e"
+SRCREV = "7b0fea8ada90cc8a0605bce012c2b0c82d3673d9"
 
 S = "${WORKDIR}/git"