summaryrefslogtreecommitdiff
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c
index 7a6058339c..272fb5bad7 100644
--- a/net/net.c
+++ b/net/net.c
@@ -378,6 +378,7 @@ NetLoop(proto_t protocol)
NetArpWaitTxPacketSize = 0;
}
+ bootstage_mark(BOOTSTAGE_ETH_START, "eth_start");
eth_halt();
#ifdef CONFIG_NET_MULTI
eth_set_current();