]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/spl_net.c
JFFS2: Speed up and fix comparison functions
[karo-tx-uboot.git] / common / spl / spl_net.c
index af4952f680df29c35be680c8498299186e5e4d1f..217a435c730d935e8389f866c7c17ae28149bf88 100644 (file)
@@ -28,7 +28,7 @@ void spl_net_load_image(const char *device)
        }
        if (device)
                setenv("ethact", device);
-       rv = NetLoop(BOOTP);
+       rv = net_loop(BOOTP);
        if (rv < 0) {
                printf("Problem booting with BOOTP\n");
                hang();