diff --git a/arch/arm/mach-rk3188/include/mach/memory.h b/arch/arm/mach-rk3188/include/mach/memory.h index 970e1d8adb3c..deefaf35fbf9 100644 --- a/arch/arm/mach-rk3188/include/mach/memory.h +++ b/arch/arm/mach-rk3188/include/mach/memory.h @@ -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