From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 19 Dec 2015 16:24:11 +0800 Subject: [U-Boot] [PATCH v2] net: eth_designware: select PHYLIB in Kconfig In-Reply-To: <201512190647.48316.marex@denx.de> References: <1449407996-4062-1-git-send-email-thomas@wytron.com.tw> <1449492809-12555-1-git-send-email-thomas@wytron.com.tw> <5674D576.9030307@wytron.com.tw> <201512190647.48316.marex@denx.de> Message-ID: <5675142B.2040706@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 2015?12?19? 13:47, Marek Vasut wrote: > On Saturday, December 19, 2015 at 04:56:38 AM, Thomas Chou wrote: >> Hi Marek, >> >> On 2015?12?07? 20:53, 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. >>> >>> Signed-off-by: Thomas Chou >>> Reported-by: Pavel Machek >>> Acked-by: Chin Liang See >>> Acked-by: Pavel Machek >>> Tested-by: Pavel Machek >>> Reviewed-by: Bin Meng >>> --- >>> v2 >>> >>> remove the PHYLIB check as suggested by Marek. >>> >>> drivers/net/Kconfig | 1 + >>> drivers/net/designware.c | 4 ---- >>> include/configs/axs101.h | 1 - >>> include/configs/bf609-ezkit.h | 1 - >>> include/configs/galileo.h | 1 - >>> include/configs/socfpga_common.h | 1 - >>> include/configs/spear-common.h | 1 - >>> include/configs/stv0991.h | 1 - >>> include/configs/sunxi-common.h | 1 - >>> include/configs/tb100.h | 1 - >>> include/configs/x600.h | 1 - >>> 11 files changed, 1 insertion(+), 13 deletions(-) >> >> Would you please pick this one? I didn't notice that it was delegated to >> me before I sent a PR for nios. Thanks. > > You mean via socfpga ? Yes, please. It was reported on socfpga. Best regards, Thomas