Files
u-boot/net
Leonard Anderweit c10e1c2ede net: tftp: Remove tftp_init_load_addr error path
tftp_init_load_addr() always returns 0 since commit af45c84871 ("tftp:
rework the logic to validate the load address"), so we don't need to
check if it failed and can remove the error handling.
Also change tftp_init_load_addr() to static void since the return value
is now unused.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
2025-12-01 10:37:06 +01:00
..
2025-10-22 11:16:09 +02:00
2024-07-15 12:12:18 -06:00
2025-10-22 11:16:09 +02:00
2023-12-21 08:54:37 -05:00
2025-08-18 15:47:58 +02:00
2025-08-18 15:47:58 +02:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2025-05-29 08:30:25 -06:00
2024-07-15 12:12:18 -06:00
2025-08-01 09:30:47 +02:00
2025-08-18 15:47:58 +02:00
2018-07-02 14:14:20 -05:00