rk3188: system use 8k sram
author黄涛 <huangtao@rock-chips.com>
Mon, 14 Jan 2013 07:17:47 +0000 (15:17 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 14 Jan 2013 07:17:47 +0000 (15:17 +0800)
arch/arm/mach-rk3188/include/mach/memory.h

index 970e1d8adb3c6f0dc1df7e3b803ae8b290a0961a..deefaf35fbf994c78e20c31be236bd4b094c8ce4 100644 (file)
@@ -7,9 +7,9 @@
 /*
  * SRAM memory whereabouts
  */
-#define SRAM_CODE_OFFSET       (RK30_IMEM_BASE + 0x0100)
-#define SRAM_CODE_END          (RK30_IMEM_BASE + 0x1FFF)
-#define SRAM_DATA_OFFSET       (RK30_IMEM_BASE + 0x2000)
-#define SRAM_DATA_END          (RK30_IMEM_BASE + 0x2FFF - 64)
+#define SRAM_CODE_OFFSET        (RK30_IMEM_BASE + 0x0100)
+#define SRAM_CODE_END           (RK30_IMEM_BASE + 0x0FFF)
+#define SRAM_DATA_OFFSET        (RK30_IMEM_BASE + 0x1000)
+#define SRAM_DATA_END           (RK30_IMEM_BASE + 0x1FFF - 64)
 
 #endif