Re: [U-Boot] [PATCH v7 10/27] net: Make netretry actually do something

2015-03-23 Thread Simon Glass
On 22 March 2015 at 16:09, Joe Hershberger wrote: > netretry previously would only retry in one specific case (your MAC > address is not set) and no other. This is basically useless. In the DM > implementation for eth it turns this into a completely useless case > since an un-configured MAC addres

[U-Boot] [PATCH v7 10/27] net: Make netretry actually do something

2015-03-22 Thread Joe Hershberger
netretry previously would only retry in one specific case (your MAC address is not set) and no other. This is basically useless. In the DM implementation for eth it turns this into a completely useless case since an un-configured MAC address results in not even entering the NetLoop. The behavior is