diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-06 10:33:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-19 14:52:34 -0400 |
commit | 24c904f309f820f8aef4d6364e7bf584d70c0cad (patch) | |
tree | 503488f56a55410f38ddf9305e2fa0edc22bb541 /configs/trats_defconfig | |
parent | bdf9831226788aaefab820e2feb054eb8f29fa1f (diff) | |
download | u-boot-24c904f309f820f8aef4d6364e7bf584d70c0cad.tar.gz u-boot-24c904f309f820f8aef4d6364e7bf584d70c0cad.tar.bz2 u-boot-24c904f309f820f8aef4d6364e7bf584d70c0cad.zip |
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/trats_defconfig')
-rw-r--r-- | configs/trats_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/trats_defconfig b/configs/trats_defconfig index d0689444f9..1889079953 100644 --- a/configs/trats_defconfig +++ b/configs/trats_defconfig @@ -12,6 +12,7 @@ CONFIG_ENV_OFFSET=0x7000 CONFIG_DEFAULT_DEVICE_TREE="exynos4210-trats" CONFIG_SYS_LOAD_ADDR=0x44800000 CONFIG_DISTRO_DEFAULTS=y +CONFIG_SYS_MEM_TOP_HIDE=0x100000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_USE_BOOTARGS=y |