[U-Boot] [PATCH] TQM8260: fix locations of kernel and ramdisk images in flash

Wolfgang Denk wd at denx.de
Tue Feb 17 10:28:04 CET 2009


After introducing redundant environment the kernel images was
overlapping with environment.

Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 include/configs/TQM8260.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h
index ac9c94e..582e670 100644
--- a/include/configs/TQM8260.h
+++ b/include/configs/TQM8260.h
@@ -81,8 +81,8 @@
 	"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_6xx\0"					\
 	"bootfile=tqm8260/uImage\0"				\
-	"kernel_addr=40080000\0"					\
-	"ramdisk_addr=40200000\0"					\
+	"kernel_addr=400C0000\0"					\
+	"ramdisk_addr=40240000\0"					\
 	""
 #define CONFIG_BOOTCOMMAND	"run flash_self"
 
-- 
1.6.0.6



More information about the U-Boot mailing list