diff options
author | wdenk <wdenk> | 2004-10-11 22:51:13 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-11 22:51:13 +0000 |
commit | d407bf52b5dfb96816969c126f14b35df1f233ae (patch) | |
tree | aa50256e0a1f8a949e690e3e6db0f9cbcba81d09 /net/net.c | |
parent | 2ee665339b06285a5fd9e36410d1167efc9b0606 (diff) | |
download | u-boot-imx-d407bf52b5dfb96816969c126f14b35df1f233ae.zip u-boot-imx-d407bf52b5dfb96816969c126f14b35df1f233ae.tar.gz u-boot-imx-d407bf52b5dfb96816969c126f14b35df1f233ae.tar.bz2 |
* 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
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 1 |
1 files changed, 1 insertions, 0 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 */ |