]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: lwip: add TFTPSERVERIP Kconfig option
authorJonas Karlman <jonas@kwiboo.se>
Tue, 6 Jan 2026 20:34:30 +0000 (20:34 +0000)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 4 Feb 2026 08:04:36 +0000 (09:04 +0100)
commitd93b3a38d5f847ec7420c86c98286c5d5d55c788
tree09391591b844afd3a5eae86b8abc7fb5149d3781
parent72d4e94b2ec3099a312c85c4b8f5cdbc920416ff
net: lwip: add TFTPSERVERIP Kconfig option

With the legacy networking stack, it is possible to use USE_SERVERIP,
SERVERIP and BOOTP_PREFER_SERVERIP Kconfg options to force use of a
specific TFTP server ip.

Using the lwIP networking stack use of the 'tftpserverip' environment
variable provide the closest equivalent functionality.

Add USE_TFTPSERVERIP and TFTPSERVERIP Kconfig options that can be used
to add the 'tftpserverip' environment variable to force use of a
specific TFTP server ip.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Acked-by: Jerome Forissier <jerome.forissier@arm.com>
include/env_default.h
net/lwip/Kconfig