ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2
[platform/kernel/u-boot.git] / common / update.c
index 1bf2f82..1c6aa18 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;