Re: [PATCH 1/4] ARM: zynq: zedboard: split out PS7 init

2019-12-11 Thread Sascha Hauer
On Tue, Dec 10, 2019 at 11:03:19PM +0100, Lucas Stach wrote: > Move the PS7 inititalization into its own function. This helps > readability and logically splits the FPGA toolchain generated > setup from the reset of the board init. > > Also execute the PS7 setup after the lowlevel CPU init, as thi

[PATCH 1/4] ARM: zynq: zedboard: split out PS7 init

2019-12-10 Thread Lucas Stach
Move the PS7 inititalization into its own function. This helps readability and logically splits the FPGA toolchain generated setup from the reset of the board init. Also execute the PS7 setup after the lowlevel CPU init, as this is the regular order used in the Barebox codebase. Signed-off-by: Lu