From: Igor Grinberg Date: Fri, 24 Jun 2011 09:34:38 +0000 (+0000) Subject: arm: omap2: apollon: fix broken build X-Git-Tag: v2011.09-rc1~284 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0aeb01d512772a88e0cbe2fa8654daf1b0136189;p=u-boot arm: omap2: apollon: fix broken build Define CONFIG_SYS_SDRAM_BASE to physical SDRAM address and CONFIG_SYS_INIT_SP_ADDR to physical SRAM address Signed-off-by: Igor Grinberg Cc: Kyungmin Park --- diff --git a/include/configs/apollon.h b/include/configs/apollon.h index 3364ec0074..1f959fc8fe 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -266,4 +266,8 @@ "-(ubifs)" #endif +#define PHYS_SRAM 0x4020F800 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR PHYS_SRAM + #endif /* __CONFIG_H */