From: David Müller (ELSOFT AG) Date: Sun, 1 May 2011 21:52:48 +0000 (+0000) Subject: VCMA9: use ARM relocation feature to fix build error X-Git-Tag: v2011.06-rc2~7^2^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2d945714daeaabeaf83ddc63a1c938d9f98ee21;p=platform%2Fkernel%2Fu-boot.git VCMA9: use ARM relocation feature to fix build error Signed-off-by: David Müller --- diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index ebe9e42..3cd1bc3e 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -247,4 +247,9 @@ #define MULTI_PURPOSE_SOCKET_ADDR 0x08000000 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \ + GENERATED_GBL_DATA_SIZE) + + #endif /* __CONFIG_H */