da8xx/hawkboard: Add support for ohci host controller
[oweals/u-boot.git] / net / bootp.c
index 87e30ab8e0a00c609110f80d901c05519c12b59f..c9b8349b3650b873351dd44b86eb4386a495e285 100644 (file)
@@ -330,7 +330,7 @@ BootpTimeout(void)
        if (BootpTry >= TIMEOUT_COUNT) {
 #ifdef CONFIG_BOOTP_MAY_FAIL
                puts("\nRetry count exceeded\n");
-               NetSetState(NETLOOP_FAIL);
+               net_set_state(NETLOOP_FAIL);
 #else
                puts("\nRetry count exceeded; starting again\n");
                NetStartAgain();