Re: [U-Boot] [PATCH v2] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-22 Thread Michal Simek
On 22.6.2018 12:40, Luca Ceresoli wrote: > U-Boot needs to link ps7_init_gpl.c on Zynq or psu_init_gpl.c on > ZynqMP (PS init for short). The current logic to locate this file for > both platforms is: > > 1. if a board-specific file exists in > board/xilinx/zynq[mp]/$(CONFIG_DEFAULT_DEVICE_TR

[U-Boot] [PATCH v2] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-22 Thread Luca Ceresoli
U-Boot needs to link ps7_init_gpl.c on Zynq or psu_init_gpl.c on ZynqMP (PS init for short). The current logic to locate this file for both platforms is: 1. if a board-specific file exists in board/xilinx/zynq[mp]/$(CONFIG_DEFAULT_DEVICE_TREE)/ps?_init_gpl.c then use it 2. otherwise use