mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00: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:
parent
2ee665339b
commit
d407bf52b5
4 changed files with 71 additions and 12 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue