Re: [U-Boot] [PATCH v5 10/26] net: Use env callbacks for net variables

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:23PM -0500, Joe Hershberger wrote: > Instead of checking for changes to the env each time we enter the > net_loop, use the env callbacks to update the values of the variables. > Don't update the variables when the source was programmatic, since the > variables were th

[U-Boot] [PATCH v5 10/26] net: Use env callbacks for net variables

2015-05-20 Thread Joe Hershberger
Instead of checking for changes to the env each time we enter the net_loop, use the env callbacks to update the values of the variables. Don't update the variables when the source was programmatic, since the variables were the source of the new value. Signed-off-by: Joe Hershberger Reviewed-by: S