diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-31 19:30:54 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-31 19:31:54 +1000 |
commit | 5670b05d75c6aeb3f20ef4bb6321c6b0ec1265eb (patch) | |
tree | 54d997cd924e48f7d3a341319bb98a997c36ea86 | |
parent | 3f604ff9868892c7837e8ecc1419e8ea39107c24 (diff) | |
download | meta-xilinx-5670b05d75c6aeb3f20ef4bb6321c6b0ec1265eb.tar.gz |
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 <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.03.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
1 | include u-boot-spl-zynq-init.inc | ||
2 | |||
3 | # u-boot 2016.03 has support for these | ||
4 | HAS_PS7INIT ?= " \ | ||
5 | zynq_microzed_config \ | ||
6 | zynq_zed_config \ | ||
7 | zynq_zc702_config \ | ||
8 | zynq_zc706_config \ | ||
9 | zynq_zybo_config \ | ||
10 | " | ||
11 | |||