summaryrefslogtreecommitdiff
path: root/include/configs/MPC837XEMDS.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/MPC837XEMDS.h
parent5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff)
parent79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff)
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r--include/configs/MPC837XEMDS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
index a2a2aadb52..a190a50ed8 100644
--- a/include/configs/MPC837XEMDS.h
+++ b/include/configs/MPC837XEMDS.h
@@ -646,7 +646,7 @@ extern int board_pci_host_broken(void);
#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 */
@@ -656,7 +656,7 @@ extern int board_pci_host_broken(void);
"consoledev=ttyS0\0" \
"ramdiskaddr=1000000\0" \
"ramdiskfile=ramfs.83xx\0" \
- "fdtaddr=400000\0" \
+ "fdtaddr=780000\0" \
"fdtfile=mpc8379_mds.dtb\0" \
""