1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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