Re: [U-Boot] [PATCH 25/28] net: Add option CONFIG_BOOTP_CAN_FAIL

2012-02-03 Thread Mike Frysinger
On Thursday 19 January 2012 19:53:28 Joe Hershberger wrote: > --- a/README > +++ b/README > > + CONFIG_BOOTP_CAN_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 fai

[U-Boot] [PATCH 25/28] net: Add option CONFIG_BOOTP_CAN_FAIL

2012-01-20 Thread Joe Hershberger
This is useful if you want to look for a DHCP server, but try some other settings if not available Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Wolfgang Denk --- README |7 +++ net/bootp.c |5 + 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/R