From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 07 Nov 2012 18:49:25 +0100 Subject: [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY In-Reply-To: <509A9CD1.4070400@gmail.com> References: <509A9CD1.4070400@gmail.com> Message-ID: <509A9F25.9000705@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 07/11/2012 18:39, Ashok Kumar Reddy wrote: > Remove unused macro CONFIG_DISCOVER_PHY from configs. > > Signed-off-by: Ashok Kumar Reddy > --- > include/configs/apx4devkit.h | 1 - > include/configs/sc_sps_1.h | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h > index 6764b47..73c66af 100644 > --- a/include/configs/apx4devkit.h > +++ b/include/configs/apx4devkit.h > @@ -175,7 +175,6 @@ > #define CONFIG_FEC_MXC_PHYADDR 0 > #define IMX_FEC_BASE MXS_ENET0_BASE > #define CONFIG_MII > -#define CONFIG_DISCOVER_PHY > #define CONFIG_FEC_XCV_TYPE RMII > #endif > > diff --git a/include/configs/sc_sps_1.h b/include/configs/sc_sps_1.h > index f5dc393..6140d5b 100644 > --- a/include/configs/sc_sps_1.h > +++ b/include/configs/sc_sps_1.h > @@ -160,7 +160,6 @@ > #define CONFIG_FEC_MXC > #define CONFIG_FEC_MXC_MULTI > #define CONFIG_MII > -#define CONFIG_DISCOVER_PHY > #define CONFIG_FEC_XCV_TYPE RMII > #define CONFIG_PHYLIB > #define CONFIG_PHY_SMSC > Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================