From 3fc38a175a8875f07585390d320db6380f5e3a2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 14 Jan 2013 15:17:47 +0800 Subject: [PATCH] rk3188: system use 8k sram --- arch/arm/mach-rk3188/include/mach/memory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1