u-boot/net/lwip
Tim Harvey 51eb2bff87 net: lwip: remove eth_init from net_init as it is called later
The call to eth_init within net_init causes the network interface to
start, stop, start again which can cause issues with certain network
device drivers. Remove it to make it behave like the legacy network
path.

Fixes: 5666865dec ("net: lwip: fix initialization sequence before a command")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
2025-08-01 09:30:47 +02:00
..
dhcp.c net: lwip: call sys_check_timeouts and schedule on rx 2025-07-08 09:53:59 +02:00
Kconfig net: lwip: add CONFIG_LWIP_DEBUG_RXTX 2025-03-11 14:16:03 +01:00
Makefile lwip: move net/lwip/ping.c to cmd/lwip 2025-07-08 11:07:37 +02:00
net-lwip.c net: lwip: remove eth_init from net_init as it is called later 2025-08-01 09:30:47 +02:00
tftp.c net: lwip: tftp: add support for setting blocksize at runtime 2025-07-08 09:53:59 +02:00
wget.c lwip: split net/lwip/wget.c 2025-07-08 11:07:37 +02:00