Re: [U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c

2016-01-22 Thread Joe Hershberger
On Sun, Jan 17, 2016 at 3:52 PM, Simon Glass wrote: > Rename this file to make it clear it is for the old networking drivers > and not for use with driver model. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@l

Re: [U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c

2016-01-17 Thread Bin Meng
On Mon, Jan 18, 2016 at 5:52 AM, Simon Glass wrote: > Rename this file to make it clear it is for the old networking drivers > and not for use with driver model. > > Signed-off-by: Simon Glass > --- > > net/Makefile| 2 +- > net/{eth.c => eth_legacy.c} | 0 > 2 files changed, 1 i

[U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c

2016-01-17 Thread Simon Glass
Rename this file to make it clear it is for the old networking drivers and not for use with driver model. Signed-off-by: Simon Glass --- net/Makefile| 2 +- net/{eth.c => eth_legacy.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net/{eth.c => eth_legacy.c} (100%)