summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-09-20 22:26:39 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-10-11 21:10:52 +1000
commit5c877faeda4282adb9fe127661a3583acbfa4153 (patch)
tree9215e12b35925c74f2e33eb2432aa9f5b651824d /recipes-bsp/u-boot
parentbb928649a4829ab50daf9bf8ccf4f35f815003b1 (diff)
downloadmeta-xilinx-5c877faeda4282adb9fe127661a3583acbfa4153.tar.gz
u-boot-xlnx-dev: Update the default revision
Also update the default provided platform init targets. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx-dev.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
index 50bbf543..df8207ae 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
@@ -11,7 +11,7 @@ include u-boot-spl-zynq-init.inc
11 11
12LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" 12LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
13 13
14SRCREV_DEFAULT = "4942ae4d03ee4ef4b2dd750d441f730150ee9288" 14SRCREV_DEFAULT = "aebea9d20a5aa32857f320c07ca8f9fd1b3dec1f"
15SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}" 15SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}"
16 16
17PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}" 17PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}"
@@ -22,5 +22,6 @@ HAS_PS7INIT ?= " \
22 zynq_zed_config \ 22 zynq_zed_config \
23 zynq_zc702_config \ 23 zynq_zc702_config \
24 zynq_zc706_config \ 24 zynq_zc706_config \
25 zynq_zybo_config \
25 " 26 "
26 27