diff options
| author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2011-05-01 21:52:48 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-23 08:38:10 +0200 | 
| commit | d2d945714daeaabeaf83ddc63a1c938d9f98ee21 (patch) | |
| tree | b430f61713420fd7a53886f82f041f469a312241 /include/configs/VCMA9.h | |
| parent | bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18 (diff) | |
| download | olio-uboot-2014.01-d2d945714daeaabeaf83ddc63a1c938d9f98ee21.tar.xz olio-uboot-2014.01-d2d945714daeaabeaf83ddc63a1c938d9f98ee21.zip | |
VCMA9: use ARM relocation feature to fix build error
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'include/configs/VCMA9.h')
| -rw-r--r-- | include/configs/VCMA9.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index ebe9e424c..3cd1bc3eb 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 */ |