Re: [U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file

2016-01-22 Thread Joe Hershberger
On Sun, Jan 17, 2016 at 3:51 PM, Simon Glass wrote: > Only half of the init is actually common. Move that part into a new common > file and call it from driver-model and legacy code. More common functions > will be added in future patches. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file

2016-01-17 Thread Bin Meng
On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass wrote: > Only half of the init is actually common. Move that part into a new common > file and call it from driver-model and legacy code. More common functions > will be added in future patches. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file

2016-01-17 Thread Simon Glass
Only half of the init is actually common. Move that part into a new common file and call it from driver-model and legacy code. More common functions will be added in future patches. Signed-off-by: Simon Glass --- net/Makefile | 1 + net/eth.c | 42