MX31: Support 128MB RAM on QONG module
[pandora-u-boot.git] / arch / arm / include / asm / arch-mx31 / mx31-regs.h
index c59255e..d72585c 100644 (file)
@@ -303,4 +303,10 @@ struct clock_control_regs {
  */
 #define NFC_BASE_ADDR  0xB8000000
 
+/*
+ * Internal RAM (16KB)
+ */
+#define        IRAM_BASE_ADDR  0x1FFFC000
+#define IRAM_SIZE      (16 * 1024)
+
 #endif /* __ASM_ARCH_MX31_REGS_H */