diff options
Diffstat (limited to 'include/configs/TQM855L.h')
-rw-r--r-- | include/configs/TQM855L.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index ac0e28a15e..37363a25ff 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -67,7 +67,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/pImage\0" \ + "bootfile=/tftpboot/TQM860L/uImage\0" \ "kernel_addr=40040000\0" \ "ramdisk_addr=40100000\0" \ "" |