diff options
author | Alan Tull <r80115@freescale.com> | 2012-02-01 05:41:45 -0600 |
---|---|---|
committer | Alan Tull <r80115@freescale.com> | 2012-02-02 05:26:12 -0600 |
commit | e07dc76eb140f06f9c97900c67e50474b0da26ec (patch) | |
tree | 943100453df4b5c0c7f0a5b5f6e945ee3e86fcd2 | |
parent | 23971b0a8f674460c367b9556bc3e4c95e16faeb (diff) | |
download | u-boot-imx-e07dc76eb140f06f9c97900c67e50474b0da26ec.zip u-boot-imx-e07dc76eb140f06f9c97900c67e50474b0da26ec.tar.gz u-boot-imx-e07dc76eb140f06f9c97900c67e50474b0da26ec.tar.bz2 |
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>
-rw-r--r-- | net/net.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -509,9 +509,6 @@ restart: x = timeHandler; timeHandler = (thand_f *)0; (*x)(); - - /*get packets timeout, restart net interface*/ - NetStartAgain(); } |