Please pull net-20250314
Jerome Forissier
jerome.forissier at linaro.org
Mon Mar 31 11:07:33 CEST 2025
Hi Tom,
The following changes since commit 5e74863ad6613df9c69c576910b536e885083d65:
MAINTAINERS: Update email of Mattijs Korpershoek (2025-03-28 10:33:48 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20250314
for you to fetch changes up to 64b973fc78fdba18389d372d6af2af18ee79dd8c:
cmd: Kconfig: Fix submenu for network commands (2025-03-31 09:46:25 +0200)
CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/25410
Thanks,
--
Jerome
----------------------------------------------------------------
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
----------------------------------------------------------------
Ilias Apalodimas (1):
net: lwip: Remove error print on failed tx
Jerome Forissier (2):
net: lwip: do_ping() should return CMD_RET_FAILURE when no device
net: remove commented out line
Michael Walle (1):
net: lwip: remove superfluous newline at tftp help text
Paul Barker (1):
cmd: Kconfig: Fix submenu for network commands
cmd/Kconfig | 15 ++++-----------
cmd/net-lwip.c | 2 +-
include/net-common.h | 1 -
net/lwip/net-lwip.c | 2 +-
net/lwip/ping.c | 2 +-
5 files changed, 7 insertions(+), 15 deletions(-)
More information about the U-Boot
mailing list