mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-14 18:51:41 +00:00
xilinx: versal: Use lowest memory for U-Boot
Find and use the lowest memory for Versal to make sure that we keep u-boot as low as possible and never use memory above u-boot's maximum VA mapping. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c2f0950c33
commit
22b6bb6ccd
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ int dram_init_banksize(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
if (fdtdec_setup_mem_size_base() != 0)
|
||||
if (fdtdec_setup_mem_size_base_lowest() != 0)
|
||||
return -EINVAL;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue