xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Jul 2021 14:17:31 +0000 (16:17 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 6 Aug 2021 07:32:02 +0000 (09:32 +0200)
commit3d238435b216976d8a7dacd2cfddf3ba4c0d2f74
tree674760929624db87a5971a4b42cac076f8c30bf8
parente49f2a7f855f84a9b4c3bc0bae9615983bd42715
xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()

When U-Boot runs in EL2 there is no access to csu_base registers that's why
this has to be done via firmware interface to find out multi boot register
value. Till now this function is called only from SPL in EL3.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c