summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-18 21:27:51 +0300
committerTom Rini <trini@konsulko.com>2022-01-21 22:01:35 +0300
commitd3877fba3172486245f02f1b027f3069de891ca7 (patch)
tree01be8773947a64fdcdf4035c62c9cb6677b470d1 /README
parentd6b318de2f0670b13240c7147e60497aef5f1164 (diff)
downloadu-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.xz
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 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 560a18177c..65b3a40004 100644
--- a/README
+++ b/README
@@ -1203,9 +1203,6 @@ The following options need to be configured:
CONFIG_BOOTP_VENDOREX
CONFIG_BOOTP_MAY_FAIL
- CONFIG_BOOTP_SERVERIP - TFTP server will be the serverip
- environment variable, not the BOOTP server.
-
CONFIG_BOOTP_MAY_FAIL - If the DHCP server is not found
after the configured retry count, the call will fail
instead of starting over. This can be used to fail over