From b2115757403beef0ac6bc2c6c3b24f31256a75d2 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Thu, 24 Apr 2008 14:07:38 -0500 Subject: mpc83xx: bump loadaddr over fdtaddr to 0x500000 this seems as a good compromise between human memory, typing, and last but not least, to accommodate for current and future kernel bloat. Signed-off-by: Kim Phillips Acked-by: Dave Liu --- include/configs/MPC8323ERDB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/MPC8323ERDB.h') diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index 92d7aa42b..32f57ac7d 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -568,7 +568,7 @@ #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */ #define CONFIG_FDTFILE mpc832x_rdb.dtb -#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */ +#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */ #define CONFIG_BOOTDELAY -1 /* -1 disables auto-boot */ #define CONFIG_BAUDRATE 115200 -- cgit v1.2.3