From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Dec 2015 15:04:25 +0100 Subject: [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB In-Reply-To: <20151205075038.GA25212@amd> References: <20151205075038.GA25212@amd> Message-ID: <201512051504.25921.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 details ? > 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/configs/socfpga_common.h > @@ -105,7 +105,6 @@ > #define CONFIG_DW_ALTDESCRIPTOR > #define CONFIG_MII > #define CONFIG_AUTONEG_TIMEOUT (15 * CONFIG_SYS_HZ) > -#define CONFIG_PHYLIB > #define CONFIG_PHY_GIGE > #endif Best regards, Marek Vasut