Re: [U-Boot] [PATCH v5 12/26] net: Remove duplicate bootfile syncing functionality

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:25PM -0500, Joe Hershberger wrote: > The bootfile env var is already kept up to date by the callback in net.c > so there is no need to poll it too. > > Signed-off-by: Joe Hershberger Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital si

[U-Boot] [PATCH v5 12/26] net: Remove duplicate bootfile syncing functionality

2015-05-20 Thread Joe Hershberger
The bootfile env var is already kept up to date by the callback in net.c so there is no need to poll it too. Signed-off-by: Joe Hershberger --- Changes in v5: None Changes in v4: None Changes in v3: -New for version 3 Changes in v2: None net/eth.c | 12 1 file changed, 12 deletio