From dd084b0a378c83e1f80785cc82049578849fb3d6 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Fri, 24 Jul 2020 14:12:10 +0300 Subject: Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig This converts ad-hoc CONFIG_SYS_SRAM_BASE to Kconfig. Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 54b3680..9f7707a 100644 --- a/Kconfig +++ b/Kconfig @@ -390,6 +390,11 @@ config SYS_HAS_SRAM SRAM base address is controlled by CONFIG_SYS_SRAM_BASE. SRAM size is controlled by CONFIG_SYS_SRAM_SIZE. +config SYS_SRAM_BASE + hex + default 0x80000000 if TARGET_PIC32MZDASK + default 0x0 + endmenu # General setup menu "Boot images" -- cgit v1.1