summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-01-23 20:17:07 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-02-01 22:46:21 +1000
commit9b15ecef3759e3896b820d49f9e2bb67db9889c5 (patch)
treeaafc6918f6b0691346a470b5513bf99708a3f0e4
parentccb44f031eb7bc4aae2ba549a543593f7775b600 (diff)
downloadmeta-xilinx-9b15ecef3759e3896b820d49f9e2bb67db9889c5.tar.gz
u-boot_*.bbappend: Change u-boot bbappend to wildcard
This append no longer provides patches and only includes the platform init injection support. As such this append can apply generally to 'u-boot' versions. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_%.bbappend (renamed from recipes-bsp/u-boot/u-boot_2016.11.bbappend)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 78e5ac6c..85136706 100644
--- a/recipes-bsp/u-boot/u-boot_2016.11.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -1,7 +1,7 @@
1include u-boot-spl-zynq-init.inc 1include u-boot-spl-zynq-init.inc
2 2
3# u-boot 2016.11 has support for these 3# u-boot 2016.11 has support for these
4HAS_PS7INIT ?= " \ 4HAS_PS7INIT ??= " \
5 zynq_microzed_config \ 5 zynq_microzed_config \
6 zynq_zed_config \ 6 zynq_zed_config \
7 zynq_zc702_config \ 7 zynq_zc702_config \