Re: [U-Boot] [PATCH v5 13/26] net: Handle ethaddr changes as an env callback

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:26PM -0500, Joe Hershberger wrote: > When the ethaddr is changed in the env, update the device pdata at the > same time (only if it is probed for the DM case; only if registered for > the non-DM case). Again this gets us closer to completely non-polled > env needed to

[U-Boot] [PATCH v5 13/26] net: Handle ethaddr changes as an env callback

2015-05-20 Thread Joe Hershberger
When the ethaddr is changed in the env, update the device pdata at the same time (only if it is probed for the DM case; only if registered for the non-DM case). Again this gets us closer to completely non-polled env needed to simplify the net_loop. This requires that the NET feature select the REG