
st 11. 9. 2019 v 9:28 odesÃlatel Michal Simek michal.simek@xilinx.com napsal:
Hi,
we are running one u-boot configurations on various boards with different amount of memory that setting up initrd_high is problematic. There shouldn't be a problem to setup initrd_high at run time based on DDR size detection. The same changes are done for ZynqMP and Versal.
Thanks, Michal
Siva Durga Prasad Paladugu (1): arm64: versal: Set initrd_high to as high as possible
T Karthik Reddy (1): arm64: zynqmp: Set initrd_high to as high as possible
arch/arm/Kconfig | 16 ++++++++++++++++ board/xilinx/versal/board.c | 6 ++++++ board/xilinx/zynqmp/zynqmp.c | 6 ++++++ include/configs/xilinx_versal.h | 1 - include/configs/xilinx_zynqmp.h | 1 - 5 files changed, 28 insertions(+), 2 deletions(-)
-- 2.17.1
Applied. M