Fix CONFIG_BOOTFILE value, use it in fw upgrade script
[oweals/u-boot_mod.git] / u-boot / net / tftp.c
index 19280d6bbd133c0522acd4b16c3b04cb83f67d6a..afa322ff5404661062ebd4d523e6c72e8b98fbf3 100644 (file)
@@ -350,7 +350,7 @@ void TftpStart(void){
            }
        }
 
-       printf("\n    Filename: '%s'", tftp_filename);
+       printf("\n    Filename: %s", tftp_filename);
 
        if(NetBootFileSize){
                printf("\n        Size: 0x%x Bytes = ", NetBootFileSize<<9);