From 6a9e1ece0ca5c3a8e9ad2900401e5dab388c54fe Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 14 Oct 2016 11:03:04 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 5 ++--- 1 file 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 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" -- 2.40.1