summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb')
-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