git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4d810
)
Correct SPL use of SYS_MEM_RSVD_FOR_MMU
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:57 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000
(07:41 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_SYS_MEM_RSVD_FOR_MMU defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
board/xilinx/versal-net/board.c
patch
|
blob
|
history
diff --git
a/board/xilinx/versal-net/board.c
b/board/xilinx/versal-net/board.c
index
7ff2c62
..
6724c72
100644
(file)
--- a/
board/xilinx/versal-net/board.c
+++ b/
board/xilinx/versal-net/board.c
@@
-195,7
+195,7
@@
int dram_init(void)
{
int ret;
- if (
CONFIG_IS_ENABLED(
SYS_MEM_RSVD_FOR_MMU))
+ if (
IS_ENABLED(CONFIG_
SYS_MEM_RSVD_FOR_MMU))
ret = fdtdec_setup_mem_size_base();
else
ret = fdtdec_setup_mem_size_base_lowest();