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/MPC8349ITX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/MPC8349ITX.h') diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 6b8b74dd9..be8850a7e 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -474,7 +474,7 @@ boards, we say we have two, but don't display a message if we find only one. */ #define CFG_PROMPT_HUSH_PS2 "> " #define CFG_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */ +#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */ #ifdef CONFIG_MPC8349ITX #define CFG_PROMPT "MPC8349E-mITX> " /* Monitor Command Prompt */ -- cgit v1.2.3