diff options
Diffstat (limited to 'include/configs/TQM862L.h')
-rw-r--r-- | include/configs/TQM862L.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h index 23e7d1f05bd..84570c1c55b 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" \ "" |