Re: [U-Boot] [PATCH v2] zynq: Use GPLed files for SPL

2014-10-29 Thread Masahiro Yamada
Hi Soren, On Wed, 29 Oct 2014 10:33:14 -0700 Soren Brinkmann wrote: > 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: Jagannad

[U-Boot] [PATCH v2] zynq: Use GPLed files for SPL

2014-10-29 Thread Soren Brinkmann
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 --- This works, but I wonder whether there is a more elegant w