]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_pxe.c
net: cosmetic: Fixup var names related to boot file
[people/ms/u-boot.git] / common / cmd_pxe.c
index 9eac5c6c413159a86136089dcebf8ab73744d6fc..5cde5b6258ccee2e39c14874daa333323f39352c 100644 (file)
@@ -1568,7 +1568,7 @@ do_pxe_boot(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
        destroy_pxe_menu(cfg);
 
-       copy_filename(BootFile, "", sizeof(BootFile));
+       copy_filename(net_boot_file_name, "", sizeof(net_boot_file_name));
 
        return 0;
 }