From: 黄涛 Date: Mon, 14 Jan 2013 07:17:47 +0000 (+0800) Subject: rk3188: system use 8k sram X-Git-Tag: firefly_0821_release~7957^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3fc38a175a8875f07585390d320db6380f5e3a2d;p=firefly-linux-kernel-4.4.55.git rk3188: system use 8k sram --- 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