|
@@ -596,7 +596,9 @@ void NetStartAgain (void)
|
|
NetSetHandler (startAgainHandler);
|
|
NetSetHandler (startAgainHandler);
|
|
#else /* !CONFIG_NET_MULTI*/
|
|
#else /* !CONFIG_NET_MULTI*/
|
|
eth_halt ();
|
|
eth_halt ();
|
|
|
|
+#if !defined(CONFIG_NET_DO_NOT_TRY_ANOTHER)
|
|
eth_try_another (!NetRestarted);
|
|
eth_try_another (!NetRestarted);
|
|
|
|
+#endif
|
|
eth_init (gd->bd);
|
|
eth_init (gd->bd);
|
|
if (NetRestartWrap) {
|
|
if (NetRestartWrap) {
|
|
NetRestartWrap = 0;
|
|
NetRestartWrap = 0;
|