* 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
This commit is contained in:
wdenk 2004-10-11 22:51:13 +00:00
parent 2ee665339b
commit d407bf52b5
4 changed files with 71 additions and 12 deletions

View file

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