* 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
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 @@
 #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 */