net: Keep the bootstage functions together
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:15 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit2c04afbc957d18e61813315a0694db903754a280
treec989868b9e6b6b04bb25a7cde8b41aaca687f512
parente2e87b840162ddf4ec8df3f235be98a74a964509
net: Keep the bootstage functions together

Move the bootstage_mark() function just before net_loop(), so that the
IPv6 code is not in the way.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/net.c