diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:51 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:35 -0500 |
commit | d3877fba3172486245f02f1b027f3069de891ca7 (patch) | |
tree | 01be8773947a64fdcdf4035c62c9cb6677b470d1 /README | |
parent | d6b318de2f0670b13240c7147e60497aef5f1164 (diff) | |
download | u-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.gz u-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.bz2 u-boot-d3877fba3172486245f02f1b027f3069de891ca7.zip |
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-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |