From 5e4be00fb037feb6476125d044b98e0e22b70d31 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 31 Jan 2004 20:13:31 +0000 Subject: Fix bootfile default settings for TQM boards --- include/configs/TQM823L.h | 2 +- include/configs/TQM850L.h | 2 +- include/configs/TQM855L.h | 2 +- include/configs/TQM862L.h | 2 +- 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 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" \ "" -- cgit v1.2.3