]> git.sur5r.net Git - u-boot/blobdiff - common/update.c
MIPS: fix syntax for fdt_chosen/initrd.
[u-boot] / common / update.c
index 1bf2f82138980fcfe65535d9e6efac1a4fd93e26..1c6aa186d0d091af65d5148aba6c0b68eabcb1b0 100644 (file)
@@ -70,7 +70,7 @@ static int update_load(char *filename, ulong msec_max, int cnt_max, ulong addr)
        /* download the update file */
        load_addr = addr;
        copy_filename(net_boot_file_name, filename, sizeof(net_boot_file_name));
-       size = NetLoop(TFTPGET);
+       size = net_loop(TFTPGET);
 
        if (size < 0)
                rv = 1;