Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-06 Thread Thomas Chou
Hi Marek and Pavel, Ok, that explains why you don't see it. I have ALTERA_TSE enabled. ... which is probably useless, but still should not cause ton of warnings. The CONFIG_PHYLIB in socfpga_common.h should be moved to Kconfig. I will send a patch. Best regards, Thomas _

Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-05 Thread Marek Vasut
On Saturday, December 05, 2015 at 07:03:36 PM, Pavel Machek wrote: > On Sat 2015-12-05 18:54:01, Marek Vasut wrote: > > On Saturday, December 05, 2015 at 06:25:19 PM, Pavel Machek wrote: > > > On Sat 2015-12-05 15:04:25, Marek Vasut wrote: > > > > On Saturday, December 05, 2015 at 08:50:39 AM, Pave

Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-05 Thread Pavel Machek
On Sat 2015-12-05 18:54:01, Marek Vasut wrote: > On Saturday, December 05, 2015 at 06:25:19 PM, Pavel Machek wrote: > > On Sat 2015-12-05 15:04:25, Marek Vasut wrote: > > > On Saturday, December 05, 2015 at 08:50:39 AM, Pavel Machek wrote: > > > > CONFIG_PHYLIB is already set by the config system >

Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-05 Thread Marek Vasut
On Saturday, December 05, 2015 at 06:25:19 PM, Pavel Machek wrote: > On Sat 2015-12-05 15:04:25, Marek Vasut wrote: > > On Saturday, December 05, 2015 at 08:50:39 AM, Pavel Machek wrote: > > > CONFIG_PHYLIB is already set by the config system > > > > Where exactly is it set by the config system ?

Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-05 Thread Pavel Machek
On Sat 2015-12-05 15:04:25, Marek Vasut wrote: > On Saturday, December 05, 2015 at 08:50:39 AM, Pavel Machek wrote: > > CONFIG_PHYLIB is already set by the config system > > Where exactly is it set by the config system ? > > > don't set it again. > > Avoids ton of warnings. > > Sorry, I don't se

Re: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-05 Thread Marek Vasut
On Saturday, December 05, 2015 at 08:50:39 AM, Pavel Machek wrote: > CONFIG_PHYLIB is already set by the config system Where exactly is it set by the config system ? > don't set it again. > Avoids ton of warnings. Sorry, I don't seem to be able to replicate these warnings. Can you provide more d

[U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

2015-12-04 Thread Pavel Machek
CONFIG_PHYLIB is already set by the config system, don't set it again. Avoids ton of warnings. Signed-off-by: Pavel Machek diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index b3f65b6..86eccba 100644 --- a/include/configs/socfpga_common.h +++ b/include/conf