diff options
author | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
commit | d52785d7f5fc6c5a410c1c6c0a3f527464a21927 (patch) | |
tree | 0b1ac674e53153b62329150305c2f88a5e2feba8 /include/configs/MPC8360EMDS.h | |
parent | 5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff) | |
parent | 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff) | |
download | u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.zip u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.gz u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/MPC8360EMDS.h')
-rw-r--r-- | include/configs/MPC8360EMDS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index fe6ec48..b072e84 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -589,7 +589,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 */ @@ -599,7 +599,7 @@ "consoledev=ttyS0\0" \ "ramdiskaddr=1000000\0" \ "ramdiskfile=ramfs.83xx\0" \ - "fdtaddr=400000\0" \ + "fdtaddr=780000\0" \ "fdtfile=mpc836x_mds.dtb\0" \ "" |