rk3188: system use 8k sram

This commit is contained in:
黄涛
2013-01-14 15:17:47 +08:00
parent 8be996a98c
commit 3fc38a175a

View 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