summaryrefslogtreecommitdiffstats
path: root/include/configs/vpac270.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-10-16 21:32:11 +0200
committerWolfgang Denk <wd@denx.de>2010-10-19 23:05:12 +0200
commit451a0c39ae8553cb7f1ae3385211c0c17d391465 (patch)
treec01bf4d207d7a684829dd0b8df02170691deea51 /include/configs/vpac270.h
parent20ae5193e325ad005ca9e15377838e0763069658 (diff)
downloadblackbird-obmc-uboot-451a0c39ae8553cb7f1ae3385211c0c17d391465.tar.gz
blackbird-obmc-uboot-451a0c39ae8553cb7f1ae3385211c0c17d391465.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index 1923a177a1..fc680fcd83 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)
OpenPOWER on IntegriCloud