From d407bf52b5dfb96816969c126f14b35df1f233ae Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 11 Oct 2004 22:51:13 +0000 Subject: * Patch by Philippe Robin, 28 Sept 2004: Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry --- net/net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net') diff --git a/net/net.c b/net/net.c index 90315ca..e2b2a78 100644 --- a/net/net.c +++ b/net/net.c @@ -381,6 +381,7 @@ restart: #if (CONFIG_COMMANDS & CFG_CMD_DHCP) case DHCP: /* Start with a clean slate... */ + BootpTry = 0; NetOurIP = 0; NetServerIP = getenv_IPaddr ("serverip"); DhcpRequest(); /* Basically same as BOOTP */ -- cgit v1.1