From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Liu Date: Tue, 15 Apr 2008 13:10:29 +0800 Subject: [U-Boot-Users] [PATCH 1/3] mpc83xx: update the default load address for 837xemds board Message-ID: <1208236229.3656.1.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update the default load address. if not, the kernel image will be overwritten when u-boot boot the latest linux kernel. Signed-off-by: Dave Liu --- include/configs/MPC837XEMDS.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 7fc0f7e..b2b4aa1 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -595,7 +595,7 @@ #define CONFIG_BAUDRATE 115200 -#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */ +#define CONFIG_LOADADDR 2000000 /* default location for tftp and bootm */ #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */ #undef CONFIG_BOOTARGS /* the boot command will set bootargs */ @@ -605,7 +605,7 @@ "consoledev=ttyS0\0" \ "ramdiskaddr=1000000\0" \ "ramdiskfile=ramfs.83xx\0" \ - "fdtaddr=400000\0" \ + "fdtaddr=3000000\0" \ "fdtfile=mpc8379_mds.dtb\0" \ "" -- 1.5.4.rc4