diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-31 07:39:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-31 07:39:36 -0600 |
commit | c17f03a7e93dfbbe5d32f5738274187065d9493f (patch) | |
tree | 1ba5750e71a5d89270a3fe4f542043f53ac858a9 /include/net-common.h | |
parent | 5e74863ad6613df9c69c576910b536e885083d65 (diff) | |
parent | 64b973fc78fdba18389d372d6af2af18ee79dd8c (diff) |
Merge tag 'net-20250314' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20250314.
kconfig:
* Fix submenu for network commands
net:
* Remove a useless (commented out) line in net-common.h
net-lwip:
* Remove error print on failed tx
* Fix return code of ping_loop() when no ethernet device is found
* Remove superfluous newline in help text for tftp
Diffstat (limited to 'include/net-common.h')
-rw-r--r-- | include/net-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net-common.h b/include/net-common.h index 29d31f37263..89679e20860 100644 --- a/include/net-common.h +++ b/include/net-common.h @@ -518,7 +518,6 @@ int wget_do_request(ulong dst_addr, char *uri); * Return: true if uri is valid, false if uri is invalid */ bool wget_validate_uri(char *uri); -//int do_wget(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]); /** * enum wget_http_method - http method |