Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-07 Thread Bin Meng
On Sun, Dec 6, 2015 at 9:19 PM, Thomas Chou wrote: > Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB > from legacy board header files. > > This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE > are selected. > > Reported-by: Pavel Machek > Signed-off-by: Thomas Chou > -

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-07 Thread Bin Meng
Hi Thomas, On Mon, Dec 7, 2015 at 2:35 PM, Thomas Chou wrote: > Hi Bin, > > On 2015年12月07日 09:50, Bin Meng wrote: >> >> Hi Thomas, >> >> On Sun, Dec 6, 2015 at 9:19 PM, Thomas Chou wrote: >>> >>> Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB >>> from legacy board header files. >

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-07 Thread Pavel Machek
On Sun 2015-12-06 21:19:56, Thomas Chou wrote: > Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB > from legacy board header files. > > This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE > are selected. > Acked-by: Pavel Machek Tested-by: Pavel Machek Thanks!

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Thomas Chou
HI Marek, On 2015年12月07日 02:52, Marek Vasut wrote: On Sunday, December 06, 2015 at 02:19:56 PM, Thomas Chou wrote: Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB from legacy board header files. This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE are selected. Repor

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Thomas Chou
Hi Bin, On 2015年12月07日 09:50, Bin Meng wrote: Hi Thomas, On Sun, Dec 6, 2015 at 9:19 PM, Thomas Chou wrote: Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB from legacy board header files. This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE are selected. Reported-b

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Chin Liang See
On Sun, 2015-12-06 at 21:19 +0800, Thomas Chou wrote: > Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB > from legacy board header files. > > This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE > are selected. > > Reported-by: Pavel Machek > Signed-off-by: Thomas Chou

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Bin Meng
Hi Thomas, On Sun, Dec 6, 2015 at 9:19 PM, Thomas Chou wrote: > Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB > from legacy board header files. > > This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE > are selected. > > Reported-by: Pavel Machek > Signed-off-by: Thom

Re: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Marek Vasut
On Sunday, December 06, 2015 at 02:19:56 PM, Thomas Chou wrote: > Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB > from legacy board header files. > > This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE > are selected. > > Reported-by: Pavel Machek > Signed-off-by: Th

[U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

2015-12-06 Thread Thomas Chou
Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB from legacy board header files. This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE are selected. Reported-by: Pavel Machek Signed-off-by: Thomas Chou --- drivers/net/Kconfig | 1 + include/configs/axs101.h