diff options
| author | wdenk <wdenk> | 2004-01-31 20:13:31 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-01-31 20:13:31 +0000 | 
| commit | 5e4be00fb037feb6476125d044b98e0e22b70d31 (patch) | |
| tree | 7798228d6d889b1bba610313a004494ce415d82b | |
| parent | 75d1ea7f6aa00c280c495a1ff6502f091c4244fe (diff) | |
| download | olio-uboot-2014.01-5e4be00fb037feb6476125d044b98e0e22b70d31.tar.xz olio-uboot-2014.01-5e4be00fb037feb6476125d044b98e0e22b70d31.zip | |
Fix bootfile default settings for TQM boardsLABEL_2004_01_21_2110
| -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"					\  	"" |