projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c2f0950
)
xilinx: versal: Use lowest memory for U-Boot
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 10 Jul 2020 10:42:09 +0000
(12:42 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 20 Aug 2020 07:49:20 +0000
(09:49 +0200)
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>
board/xilinx/versal/board.c
patch
|
blob
|
history
diff --git
a/board/xilinx/versal/board.c
b/board/xilinx/versal/board.c
index
45cf1d2
..
3dc7044
100644
(file)
--- a/
board/xilinx/versal/board.c
+++ b/
board/xilinx/versal/board.c
@@
-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;