Files
u-boot/drivers
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
..
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00
2025-05-12 08:04:51 -06:00
2025-05-03 16:55:32 -03:00
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00
2025-04-10 20:55:53 -06:00
2024-04-26 08:28:35 +03:00
2025-04-11 12:16:44 -06:00
2025-04-11 12:16:44 -06:00