diff options
author | Ovidiu Panait | 2020-07-24 14:12:11 +0300 |
---|---|---|
committer | Tom Rini | 2020-08-06 14:26:35 -0400 |
commit | 9f63f02755f4cbdb8ee39d8da605d2f643aae220 (patch) | |
tree | e7d84840958285fb3426da9335fc02c4d810fb4f /Kconfig | |
parent | dd084b0a378c83e1f80785cc82049578849fb3d6 (diff) |
Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig
This converts ad-hoc CONFIG_SYS_SRAM_SIZE to Kconfig.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -395,6 +395,13 @@ config SYS_SRAM_BASE default 0x80000000 if TARGET_PIC32MZDASK default 0x0 +config SYS_SRAM_SIZE + hex + default 0x00080000 if TARGET_PIC32MZDASK + default 0x10000 if TARGET_DEVKIT8000 + default 0x10000 if TARGET_TRICORDER + default 0x0 + endmenu # General setup menu "Boot images" |