Fix bootfile default settings for TQM boards
diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h
index f93a7f6..2952447 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"					\
 	""