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/xil_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/xilinx/zynq/xil_io.h') diff --git a/board/xilinx/zynq/xil_io.h b/board/xilinx/zynq/xil_io.h index e59a977eb1..1eccf8d91d 100644 --- a/board/xilinx/zynq/xil_io.h +++ b/board/xilinx/zynq/xil_io.h @@ -6,7 +6,7 @@ #define XIL_IO_H /* - * This empty file is here because ps7_init.c exported by hw project + * This empty file is here because ps7_init_gpl.c exported by hw project * has #include "xil_io.h" line. */ -- cgit v1.2.1