commit | 360065d12b6bb1411ace38e799236991ccf21ea6 | [log] [tgz] |
---|---|---|
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | Sun May 01 21:52:48 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon May 23 08:38:10 2011 +0200 |
tree | b430f61713420fd7a53886f82f041f469a312241 | |
parent | 222d0d307f1f62b460d6b1ab6cd27ab6ccaa03dd [diff] [blame] |
VCMA9: use ARM relocation feature to fix build error Signed-off-by: David Müller <d.mueller@elsoft.ch>
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index ebe9e42..3cd1bc3 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 */