aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-18 11:27:51 -0700
committerTom Rini <trini@konsulko.com>2022-01-21 14:01:35 -0500
commitd3877fba3172486245f02f1b027f3069de891ca7 (patch)
tree01be8773947a64fdcdf4035c62c9cb6677b470d1 /net
parentd6b318de2f0670b13240c7147e60497aef5f1164 (diff)
downloadu-boot-d3877fba3172486245f02f1b027f3069de891ca7.zip
u-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.gz
u-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.bz2
Convert CONFIG_BOOTP_SERVERIP to Kconfig
This converts the following to Kconfig: CONFIG_BOOTP_SERVERIP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index e5b5837..2ae9d6a 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -116,4 +116,11 @@ config UDP_CHECKSUM
is wrong then the packet is discussed and an error is shown, like
"UDP wrong checksum 29374a23 30ff3826"
+config BOOTP_SERVERIP
+ bool "Use the 'serverip' env var for tftp, not bootp"
+ help
+ Enable this if the TFTP server will be the 'serverip' environment
+ variable, not the BOOTP server. This affects the operation of both
+ bootp and tftp.
+
endif # if NET