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/wepep250.h | |
parent | 80124df14f43e08c86892f5344c23cff1e943dbc (diff) |
PXA: Add necessary information for RELOC
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/configs/wepep250.h')
-rw-r--r-- | include/configs/wepep250.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/wepep250.h b/include/configs/wepep250.h index 9a20cce457..a961a27922 100644 --- a/include/configs/wepep250.h +++ b/include/configs/wepep250.h @@ -183,6 +183,10 @@ #define CONFIG_ENV_ADDR 0x20000 /* absolute address for now */ #define CONFIG_ENV_SIZE 0x2000 +#define PHYS_SDRAM_1 WEP_SDRAM_1 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_GBL_DATA_SIZE + PHYS_SDRAM_1) + #undef CONFIG_ENV_OVERWRITE /* env is not writable now */ /* |