summaryrefslogtreecommitdiffstats
path: root/include/configs/vpac270.h
diff options
context:
space:
mode:
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 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)