mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 15:26:58 +02:00
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:
|
||
---|---|---|
.. | ||
dhcp.c | ||
Kconfig | ||
Makefile | ||
net-lwip.c | ||
tftp.c | ||
wget.c |