|
@@ -542,7 +542,7 @@
|
|
|
#define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
|
|
|
#define CONFIG_FDTFILE mpc832x_rdb.dtb
|
|
|
|
|
|
-#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 */
|
|
|
#define CONFIG_BAUDRATE 115200
|
|
|
|
|
@@ -558,7 +558,7 @@
|
|
|
"cp.b $loadaddr " MK_STR(TEXT_BASE) " $filesize; " \
|
|
|
"protect on " MK_STR(TEXT_BASE) " +$filesize; " \
|
|
|
"cmp.b $loadaddr " MK_STR(TEXT_BASE) " $filesize\0" \
|
|
|
- "fdtaddr=400000\0" \
|
|
|
+ "fdtaddr=780000\0" \
|
|
|
"fdtfile=" MK_STR(CONFIG_FDTFILE) "\0" \
|
|
|
"ramdiskaddr=1000000\0" \
|
|
|
"ramdiskfile=" MK_STR(CONFIG_RAMDISKFILE) "\0" \
|