fs/squashfs: add filesystem commands
[platform/kernel/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9f7707a..372425e 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -393,6 +393,15 @@ config SYS_HAS_SRAM
 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