Files
u-boot/drivers/net
Tom Rini 05f6f6e8c7 net: Remove env_get_ip helper() function
Currently, we have the function env_get_ip which takes an IP address
in string form and returns a struct in_addr representation of that
address. It is however little used and means that a number of places
indirectly (and unclearly) get <env.h> via <net.h>. To clean this up
start by replacing env_get_ip() calls with string_to_ip() calls. This is
generally a no-op as env_get_ip(str) is an inline of
string_to_ip(env_get(str)) but in a few cases we can or already have
stored the result of env_get(str) and can save the additional call.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-05-29 08:30:24 -06:00
..
2021-09-28 18:50:56 +03:00
2025-05-05 14:16:50 -06:00
2025-05-05 14:16:50 -06:00
2022-12-07 16:04:17 -05:00
2025-05-04 20:25:03 +02:00
2022-11-28 10:25:17 -05:00
2024-07-22 10:53:05 -06:00
2022-12-22 10:31:48 -05:00
2025-05-04 20:25:03 +02:00
2024-01-29 22:35:02 -05:00