]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
net: Add option CONFIG_BOOTP_MAY_FAIL
[karo-tx-uboot.git] / README
diff --git a/README b/README
index 6919392dca82c142ea00d9281393ddcde33ae981..6e313ad935474723f460e8d5ddeeaf426e8bd9b0 100644 (file)
--- a/README
+++ b/README
@@ -1592,10 +1592,17 @@ The following options need to be configured:
                CONFIG_BOOTP_NTPSERVER
                CONFIG_BOOTP_TIMEOFFSET
                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
+               to Link-local IP address configuration if the DHCP server
+               is not available.
+
                CONFIG_BOOTP_DNS2 - If a DHCP client requests the DNS
                serverip from a DHCP server, it is possible that more
                than one DNS serverip is offered to the client.