From: wdenk <wdenk>
Date: Sat, 31 Jan 2004 20:13:31 +0000 (+0000)
Subject: Fix bootfile default settings for TQM boards
X-Git-Tag: v2025.01-rc5-pxa1908~23736
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=5e4be00fb037feb6476125d044b98e0e22b70d31;p=u-boot.git

Fix bootfile default settings for TQM boards
---

diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h
index b62095fecb..c12f000f40 100644
--- a/include/configs/TQM823L.h
+++ b/include/configs/TQM823L.h
@@ -69,7 +69,7 @@
 		"bootm $(kernel_addr) $(ramdisk_addr)\0"		\
 	"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_8xx\0"					\
-	"bootfile=/tftpboot/TQM860L/uImage\0"				\
+	"bootfile=/tftpboot/TQM823L/uImage\0"				\
 	"kernel_addr=40040000\0"					\
 	"ramdisk_addr=40100000\0"					\
 	""
diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h
index f93a7f6f85..29524478f6 100644
--- a/include/configs/TQM850L.h
+++ b/include/configs/TQM850L.h
@@ -65,7 +65,7 @@
 		"bootm $(kernel_addr) $(ramdisk_addr)\0"		\
 	"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_8xx\0"					\
-	"bootfile=/tftpboot/TQM860L/uImage\0"				\
+	"bootfile=/tftpboot/TQM850L/uImage\0"				\
 	"kernel_addr=40040000\0"					\
 	"ramdisk_addr=40100000\0"					\
 	""
diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h
index 2420f0bffd..2608119537 100644
--- a/include/configs/TQM855L.h
+++ b/include/configs/TQM855L.h
@@ -68,7 +68,7 @@
 		"bootm $(kernel_addr) $(ramdisk_addr)\0"		\
 	"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_8xx\0"					\
-	"bootfile=/tftpboot/TQM860L/uImage\0"				\
+	"bootfile=/tftpboot/TQM855L/uImage\0"				\
 	"kernel_addr=40040000\0"					\
 	"ramdisk_addr=40100000\0"					\
 	""
diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h
index 23e7d1f05b..84570c1c55 100644
--- a/include/configs/TQM862L.h
+++ b/include/configs/TQM862L.h
@@ -71,7 +71,7 @@
 		"bootm $(kernel_addr) $(ramdisk_addr)\0"		\
 	"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_8xx\0"					\
-	"bootfile=/tftpboot/TQM860L/uImage\0"				\
+	"bootfile=/tftpboot/TQM862L/uImage\0"				\
 	"kernel_addr=40040000\0"					\
 	"ramdisk_addr=40100000\0"					\
 	""
diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h
index 3aabfe687a..f0181db11b 100644
--- a/include/configs/TQM866M.h
+++ b/include/configs/TQM866M.h
@@ -80,7 +80,7 @@
 		"bootm $(kernel_addr) $(ramdisk_addr)\0"		\
 	"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0"	\
 	"rootpath=/opt/eldk/ppc_8xx\0"					\
-	"bootfile=/tftpboot/TQM855M/uImage\0"				\
+	"bootfile=/tftpboot/TQM866M/uImage\0"				\
 	"kernel_addr=40080000\0"					\
 	"ramdisk_addr=40180000\0"					\
 	""