From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Fri, 20 Jul 2012 08:43:42 +0900 Subject: [U-Boot] [PATCH v4 1/7] arm: rmobile: kzm9g: Modify sdram area In-Reply-To: <1342501992-10042-2-git-send-email-koba@kmckk.co.jp> References: <1341832020-28548-1-git-send-email-koba@kmckk.co.jp> <1342501992-10042-1-git-send-email-koba@kmckk.co.jp> <1342501992-10042-2-git-send-email-koba@kmckk.co.jp> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Applied to my arm/rmobile branch. Thanks, Nobuhiro 2012/7/17 Tetsuyuki Kobayshi : > From: Tetsuyuki Kobayashi > > Reserve first 16MB for RT-CPU (as same as kernel config). > > Signed-off-by: Tetsuyuki Kobayashi > Signed-off-by: Nobuhiro Iwamatsu > --- > Changes for v2: > - No change. Just rebased. > Changes for v3: > - No change. > Changes for v4: > - No change. > > include/configs/kzm9g.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h > index 7567d46..bcf2cd8 100644 > --- a/include/configs/kzm9g.h > +++ b/include/configs/kzm9g.h > @@ -97,8 +97,9 @@ > #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ > CONFIG_SYS_INIT_RAM_SIZE - \ > GENERATED_GBL_DATA_SIZE) > -#define CONFIG_SYS_SDRAM_BASE KZM_SDRAM_BASE > -#define CONFIG_SYS_SDRAM_SIZE PHYS_SDRAM_SIZE > +#define CONFIG_SDRAM_OFFSET_FOR_RT (16 * 1024 * 1024) > +#define CONFIG_SYS_SDRAM_BASE (KZM_SDRAM_BASE + CONFIG_SDRAM_OFFSET_FOR_RT) > +#define CONFIG_SYS_SDRAM_SIZE (PHYS_SDRAM_SIZE - CONFIG_SDRAM_OFFSET_FOR_RT) > #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 32 * 1024 * 1024) > > #define CONFIG_SYS_MONITOR_BASE (KZM_FLASH_BASE) > -- > 1.7.9.5 > -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6