diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-09-23 09:46:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-19 22:47:34 +0200 |
commit | 6ef6eb91cda895de3366068fc2caf25328786f4d (patch) | |
tree | 4683c5c1f90a7f632b071fc510fe4e36c5c4005e /include/configs/vpac270.h | |
parent | 80124df14f43e08c86892f5344c23cff1e943dbc (diff) |
PXA: Add necessary information for RELOC
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/configs/vpac270.h')
-rw-r--r-- | include/configs/vpac270.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index b8440a12418..1bcd2f3e049 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -181,6 +181,9 @@ #define CONFIG_SYS_MEMTEST_END 0xa0800000 /* 4 ... 8 MB in DRAM */ #define CONFIG_SYS_LOAD_ADDR (0x5c000000) +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR \ + (CONFIG_SYS_GBL_DATA_SIZE + CONFIG_STACKSIZE + PHYS_SDRAM_1) /* * NOR FLASH |