summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx-dev.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
index 18319b1c..59dd5a3e 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
@@ -8,6 +8,7 @@ UBRANCH ?= "master"
8 8
9include u-boot-xlnx.inc 9include u-boot-xlnx.inc
10include u-boot-extra.inc 10include u-boot-extra.inc
11include u-boot-spl-zynq-init.inc
11 12
12LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" 13LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
13 14
@@ -16,6 +17,14 @@ SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-b
16 17
17PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}" 18PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}"
18 19
20# Newer versions of u-boot have support for these
21HAS_PS7INIT ?= " \
22 zynq_microzed_config \
23 zynq_zed_config \
24 zynq_zc702_config \
25 zynq_zc706_config \
26 "
27
19do_compile_append() { 28do_compile_append() {
20 # link u-boot-dtb.img to u-boot.img. 29 # link u-boot-dtb.img to u-boot.img.
21 if [ ! -e ${B}/u-boot-dtb.img ]; then 30 if [ ! -e ${B}/u-boot-dtb.img ]; then