Re: [U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c

2016-01-22 Thread Joe Hershberger
On Sun, Jan 17, 2016 at 3:51 PM, Simon Glass wrote: > Move eth_current_changed(), eth_set_current(), eth_mac_skip() and > eth_get_name() into the common file. > > Signed-off-by: Simon Glass > --- > > net/eth.c | 108 > ++--- > net/eth_com

Re: [U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c

2016-01-17 Thread Bin Meng
On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass wrote: > Move eth_current_changed(), eth_set_current(), eth_mac_skip() and > eth_get_name() into the common file. > > Signed-off-by: Simon Glass > --- > > net/eth.c | 108 > ++--- > net/eth_com

[U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c

2016-01-17 Thread Simon Glass
Move eth_current_changed(), eth_set_current(), eth_mac_skip() and eth_get_name() into the common file. Signed-off-by: Simon Glass --- net/eth.c | 108 ++--- net/eth_common.c | 100 + net/e