fs/squashfs: add filesystem commands
[platform/kernel/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 54b3680..372425e 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -390,6 +390,20 @@ 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 0x40200000 if TARGET_DEVKIT8000
+       default 0x40200000 if TARGET_TRICORDER
+       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"