diff options
author | Ovidiu Panait | 2020-07-24 14:12:10 +0300 |
---|---|---|
committer | Tom Rini | 2020-08-06 14:26:35 -0400 |
commit | dd084b0a378c83e1f80785cc82049578849fb3d6 (patch) | |
tree | 76120e2139173ec7eede89461f2b5013c3ce9399 /include/configs/pic32mzdask.h | |
parent | 7be19313b3804576a421beecc005112b3b8b5cb0 (diff) |
Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig
This converts ad-hoc CONFIG_SYS_SRAM_BASE to Kconfig.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Diffstat (limited to 'include/configs/pic32mzdask.h')
-rw-r--r-- | include/configs/pic32mzdask.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 73edd28f1a6..25b898f2e63 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -19,7 +19,6 @@ /*---------------------------------------------------------------------- * Memory Layout */ -#define CONFIG_SYS_SRAM_BASE 0x80000000 #define CONFIG_SYS_SRAM_SIZE 0x00080000 /* 512K */ /* Initial RAM for temporary stack, global data */ |