From 290f1f999a42fd08f3483722a61e2d9e0901eb17 Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Thu, 30 Oct 2014 10:52:43 -0700 Subject: zynq: Use GPLed files for SPL The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann Acked-by: Jagannadha Sutradharudu Teki Reviewed-and-tested-by: Masahiro Yamada Signed-off-by: Michal Simek --- board/xilinx/zynq/legacy.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 board/xilinx/zynq/legacy.c (limited to 'board/xilinx/zynq/legacy.c') diff --git a/board/xilinx/zynq/legacy.c b/board/xilinx/zynq/legacy.c new file mode 100644 index 0000000000..4ae913eefe --- /dev/null +++ b/board/xilinx/zynq/legacy.c @@ -0,0 +1,2 @@ + +#warning usage of ps7_init files is deprecated please use ps7_init_gpl -- cgit v1.2.1