mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3188: system use 8k sram
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user