diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-04-24 14:07:38 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-04-25 10:54:06 -0500 |
commit | b2115757403beef0ac6bc2c6c3b24f31256a75d2 (patch) | |
tree | 60f35e462b50977acac0de32492885021ea40450 /include/configs/MPC8315ERDB.h | |
parent | be5a7190265a34d968578ff266549c60f6f57654 (diff) | |
download | u-boot-imx-b2115757403beef0ac6bc2c6c3b24f31256a75d2.zip u-boot-imx-b2115757403beef0ac6bc2c6c3b24f31256a75d2.tar.gz u-boot-imx-b2115757403beef0ac6bc2c6c3b24f31256a75d2.tar.bz2 |
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 <kim.phillips@freescale.com>
Acked-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'include/configs/MPC8315ERDB.h')
-rw-r--r-- | include/configs/MPC8315ERDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index 432fb31..e0a887c 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -531,7 +531,7 @@ #define CONFIG_BAUDRATE 115200 -#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */ +#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */ #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */ #undef CONFIG_BOOTARGS /* the boot command will set bootargs */ |