commit | 6aca2837870f74dc7b5e3504d487dd87d14beedb | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Jul 27 16:17:31 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Aug 06 09:32:02 2021 +0200 |
tree | 674760929624db87a5971a4b42cac076f8c30bf8 | |
parent | 21e5c3272c0b1d5e24a6fffe0613c69692ad7fc5 [diff] |
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>