summaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-06 17:33:32 +0300
committerTom Rini <trini@konsulko.com>2022-04-19 21:52:34 +0300
commit24c904f309f820f8aef4d6364e7bf584d70c0cad (patch)
tree503488f56a55410f38ddf9305e2fa0edc22bb541 /common/board_f.c
parentbdf9831226788aaefab820e2feb054eb8f29fa1f (diff)
downloadu-boot-24c904f309f820f8aef4d6364e7bf584d70c0cad.tar.xz
Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MEM_TOP_HIDE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/board_f.c')
-rw-r--r--common/board_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 5b655ad6ef..4d7e40013e 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -327,7 +327,7 @@ static int setup_dest_addr(void)
* Ram is setup, size stored in gd !!
*/
debug("Ram size: %08lX\n", (ulong)gd->ram_size);
-#if defined(CONFIG_SYS_MEM_TOP_HIDE)
+#if CONFIG_VAL(SYS_MEM_TOP_HIDE)
/*
* Subtract specified amount of memory to hide so that it won't
* get "touched" at all by U-Boot. By fixing up gd->ram_size