diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-09-28 15:50:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-19 23:05:02 +0200 |
commit | 720a650caa510bf8e941f8da247fc572958f3c3d (patch) | |
tree | 7432139e3ab46495a93ec02e5fb20ffc6ed01869 /include/configs/vpac270.h | |
parent | 2cad92fd674d035a04631b9ab044c030f95e0fec (diff) | |
download | u-boot-imx-720a650caa510bf8e941f8da247fc572958f3c3d.zip u-boot-imx-720a650caa510bf8e941f8da247fc572958f3c3d.tar.gz u-boot-imx-720a650caa510bf8e941f8da247fc572958f3c3d.tar.bz2 |
PXA: Fix vpac270 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 1bcd2f3..1923a17 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -34,7 +34,7 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_MALLOC_LEN (128*1024) #define CONFIG_SYS_GBL_DATA_SIZE 128 - +#define CONFIG_ARCH_CPU_INIT #define CONFIG_BOOTCOMMAND \ "if mmc init && fatload mmc 0 0xa4000000 uImage; then " \ "bootm 0xa4000000; " \ @@ -51,7 +51,7 @@ #define CONFIG_BOOTDELAY 2 /* Autoboot delay */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS - +#define CONFIG_SYS_TEXT_BASE 0x0 #define CONFIG_LZMA /* LZMA compression support */ /* @@ -183,7 +183,7 @@ #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) + (PHYS_SDRAM_1 + CONFIG_SYS_GBL_DATA_SIZE + 2048) /* * NOR FLASH |