summaryrefslogtreecommitdiff
path: root/include/configs/MPC8315ERDB.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-08-22 00:24:54 +0200
committerWolfgang Denk <wd@denx.de>2009-08-22 00:24:54 +0200
commitd52785d7f5fc6c5a410c1c6c0a3f527464a21927 (patch)
tree0b1ac674e53153b62329150305c2f88a5e2feba8 /include/configs/MPC8315ERDB.h
parent5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff)
parent79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff)
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/MPC8315ERDB.h')
-rw-r--r--include/configs/MPC8315ERDB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h
index d5e62e3472..84cc9fa41e 100644
--- a/include/configs/MPC8315ERDB.h
+++ b/include/configs/MPC8315ERDB.h
@@ -566,7 +566,7 @@
#define CONFIG_BAUDRATE 115200
-#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
+#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
#define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
@@ -576,7 +576,7 @@
"consoledev=ttyS0\0" \
"ramdiskaddr=1000000\0" \
"ramdiskfile=ramfs.83xx\0" \
- "fdtaddr=400000\0" \
+ "fdtaddr=780000\0" \
"fdtfile=mpc8315erdb.dtb\0" \
"usb_phy_type=utmi\0" \
""