From 5670b05d75c6aeb3f20ef4bb6321c6b0ec1265eb Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 31 Mar 2016 19:30:54 +1000 Subject: u-boot_2016.03: Zynq SPL ps7_init support Add support for u-boot 2016.03 to inject the ps7_init files from platform-init providers. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot_2016.03.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_2016.03.bbappend diff --git a/recipes-bsp/u-boot/u-boot_2016.03.bbappend b/recipes-bsp/u-boot/u-boot_2016.03.bbappend new file mode 100644 index 00000000..f42e4328 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2016.03.bbappend @@ -0,0 +1,11 @@ +include u-boot-spl-zynq-init.inc + +# u-boot 2016.03 has support for these +HAS_PS7INIT ?= " \ + zynq_microzed_config \ + zynq_zed_config \ + zynq_zc702_config \ + zynq_zc706_config \ + zynq_zybo_config \ + " + -- cgit v1.2.3-54-g00ecf