Files
u-boot-krane/cmd
Jerome Forissier 4b8e785851 net: make dhcp_run() common for NET and NET_LWIP
There are currently two implementations of dhcp_run(): one in cmd/net.c
for NET and one in net/lwip/dhcp.c for NET_LWIP. There is no
justification for that. Therefore, move the NET version into
net/net-common.c to be used by both stacks, and drop the NET_LWIP
version which by the way does not look totally correct.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Acked-by: Benjamin Hahn <B.Hahn@phytec.de>
2025-10-22 14:28:33 +02:00
..
2025-07-11 10:43:29 -06:00
2025-09-24 11:03:43 -06:00
2025-05-30 09:49:31 +01:00
2025-07-09 08:40:03 -06:00
2025-07-23 17:37:08 -06:00
2025-07-08 15:00:17 +02:00
2025-08-06 07:49:13 +02:00
2025-08-06 08:41:30 +02:00
2025-06-02 17:26:16 -06:00
2025-10-22 11:16:09 +02:00
2025-10-07 17:49:15 -06:00
2025-06-02 17:26:16 -06:00
2025-08-23 16:37:20 +02:00
2025-10-08 11:34:54 +02:00