summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlan Tull <r80115@freescale.com>2012-02-01 05:41:45 -0600
committerAlan Tull <r80115@freescale.com>2012-02-02 05:26:12 -0600
commite07dc76eb140f06f9c97900c67e50474b0da26ec (patch)
tree943100453df4b5c0c7f0a5b5f6e945ee3e86fcd2 /net
parent23971b0a8f674460c367b9556bc3e4c95e16faeb (diff)
ENGR00173579 Revert FEC: Fix FEC cannot load kernel accroding tftp.
Revert "ENGR00162937 - FEC: Fix FEC cannot load kernel accroding tftp." That commit only worked on specific networks. It broke BOOTP on other networks. This reverts commit 51aa554b0655fb10cb7904071e7bb141042390b2. Signed-off-by: Alan Tull <r80115@freescale.com>
Diffstat (limited to 'net')
-rw-r--r--net/net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/net.c b/net/net.c
index f572c92631..d1cc9b2e9b 100644
--- a/net/net.c
+++ b/net/net.c
@@ -509,9 +509,6 @@ restart:
x = timeHandler;
timeHandler = (thand_f *)0;
(*x)();
-
- /*get packets timeout, restart net interface*/
- NetStartAgain();
}