diff options
| -rw-r--r-- | include/configs/TQM823L.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM850L.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM855L.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM862L.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM866M.h | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index b62095fec..c12f000f4 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 f93a7f6f8..29524478f 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 2420f0bff..260811953 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 23e7d1f05..84570c1c5 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 3aabfe687..f0181db11 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"					\  	"" |