diff options
author | Tom Rini | 2022-04-06 10:33:32 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-19 14:52:34 -0400 |
commit | 24c904f309f820f8aef4d6364e7bf584d70c0cad (patch) | |
tree | 503488f56a55410f38ddf9305e2fa0edc22bb541 /include/configs/origen.h | |
parent | bdf9831226788aaefab820e2feb054eb8f29fa1f (diff) |
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 'include/configs/origen.h')
-rw-r--r-- | include/configs/origen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index 278c204ded8..c4f5997c3de 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -19,8 +19,6 @@ #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ -#define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */ - /* Power Down Modes */ #define S5P_CHECK_SLEEP 0x00000BAD #define S5P_CHECK_DIDLE 0xBAD00000 |