Re: [U-Boot] [PATCH 4/8] net: Move environment functions to the common file

2016-01-24 Thread Bin Meng
Hi Joe, On Sat, Jan 23, 2016 at 6:32 AM, Joe Hershberger wrote: > Hi Bin, > > On Sun, Jan 17, 2016 at 10:41 PM, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass wrote: >>> Move the functions which

Re: [U-Boot] [PATCH 4/8] net: Move environment functions to the common file

2016-01-22 Thread Joe Hershberger
Hi Bin, On Sun, Jan 17, 2016 at 10:41 PM, Bin Meng wrote: > Hi Simon, > > On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass wrote: >> Move the functions which set ethernet environment variables to the common >> file. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 4/8] net: Move environment functions to the common file

2016-01-22 Thread Joe Hershberger
On Sun, Jan 17, 2016 at 3:51 PM, Simon Glass wrote: > Move the functions which set ethernet environment variables to the common > file. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 4/8] net: Move environment functions to the common file

2016-01-17 Thread Bin Meng
Hi Simon, On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass wrote: > Move the functions which set ethernet environment variables to the common > file. > > Signed-off-by: Simon Glass > --- > > net/eth.c | 43 --- >

[U-Boot] [PATCH 4/8] net: Move environment functions to the common file

2016-01-17 Thread Simon Glass
Move the functions which set ethernet environment variables to the common file. Signed-off-by: Simon Glass --- net/eth.c | 43 --- net/eth_common.c | 43 +++ net/eth_internal.h | 16