diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-10-16 21:32:11 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-19 23:05:12 +0200 |
commit | 451a0c39ae8553cb7f1ae3385211c0c17d391465 (patch) | |
tree | c01bf4d207d7a684829dd0b8df02170691deea51 /include/configs/vpac270.h | |
parent | 20ae5193e325ad005ca9e15377838e0763069658 (diff) | |
download | u-boot-imx-451a0c39ae8553cb7f1ae3385211c0c17d391465.zip u-boot-imx-451a0c39ae8553cb7f1ae3385211c0c17d391465.tar.gz u-boot-imx-451a0c39ae8553cb7f1ae3385211c0c17d391465.tar.bz2 |
PXA: Fix vpac270 OneNAND booter
NOTE: The modification in Makefile will be superseded by a pending patch!
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, 2 insertions, 1 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 1923a17..fc680fc 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -180,7 +180,8 @@ #define CONFIG_SYS_MEMTEST_START 0xa0400000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0xa0800000 /* 4 ... 8 MB in DRAM */ -#define CONFIG_SYS_LOAD_ADDR (0x5c000000) +#define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM_1 +#define CONFIG_SYS_IPL_LOAD_ADDR (0x5c000000) #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_SP_ADDR \ (PHYS_SDRAM_1 + CONFIG_SYS_GBL_DATA_SIZE + 2048) |