]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/fetch.c
mxs: prefix register structs with 'mxs' prefix
[u-boot] / board / hymod / fetch.c
index e121d5565e68e854d72491f518083f82e3af96ed..f5f9582e95b517e5247d381a29c1045836d876a2 100644 (file)
@@ -55,7 +55,7 @@ fetch_and_parse (char *fn, ulong addr, int (*cback)(uchar *, uchar *))
        load_addr = addr;
        NetBootFileXferSize = 0;
 
-       if (NetLoop (TFTP) == 0) {
+       if (NetLoop(TFTPGET) == 0) {
                printf ("tftp transfer of file '%s' failed\n", fn);
                return (0);
        }