summaryrefslogtreecommitdiff
path: root/configs/s5pc210_universal_defconfig
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 /configs/s5pc210_universal_defconfig
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 'configs/s5pc210_universal_defconfig')
-rw-r--r--configs/s5pc210_universal_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig
index 8a34908e85..e70ce25b09 100644
--- a/configs/s5pc210_universal_defconfig
+++ b/configs/s5pc210_universal_defconfig
@@ -13,6 +13,7 @@ CONFIG_ENV_OFFSET=0x7000
CONFIG_DEFAULT_DEVICE_TREE="exynos4210-universal_c210"
CONFIG_SYS_LOAD_ADDR=0x44800000
CONFIG_DISTRO_DEFAULTS=y
+CONFIG_SYS_MEM_TOP_HIDE=0x100000
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="Please use defined boot"
CONFIG_BOOTCOMMAND="run mmcboot"