]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - Kconfig
Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig
[thirdparty/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 54b3680b72c9f8326839df3007c93e78f442f3ab..9f7707a65291872c900063a94f255c3f3b0fe6e3 100644 (file)
--- 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"