From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Sep 2014 15:56:07 +0200 Subject: [U-Boot] [PATCH 01/35] net: Remove unused CONFIG_DW_SEARCH_PHY from configs In-Reply-To: <5417071B.4020803@opensource.altera.com> References: <1410779188-6880-1-git-send-email-marex@denx.de> <1410779188-6880-2-git-send-email-marex@denx.de> <5417071B.4020803@opensource.altera.com> Message-ID: <201409161556.07158.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 Monday, September 15, 2014 at 05:34:51 PM, Dinh Nguyen wrote: > On 09/15/2014 06:05 AM, Marek Vasut wrote: > > From: Pavel Machek > > > > Remove this symbol from configs, since it's unused. > > > > Signed-off-by: Pavel Machek > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Albert Aribaud > > Cc: Tom Rini > > Cc: Wolfgang Denk > > Cc: Pavel Machek > > Cc: Joe Hershberger > > --- > > > > include/configs/axs101.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/include/configs/axs101.h b/include/configs/axs101.h > > index c22d6d0..1bf8390 100644 > > --- a/include/configs/axs101.h > > +++ b/include/configs/axs101.h > > @@ -125,7 +125,6 @@ > > > > */ > > > > #define CONFIG_DESIGNWARE_ETH > > #define CONFIG_DW_AUTONEG > > > > -#define CONFIG_DW_SEARCH_PHY > > > > #define CONFIG_NET_MULTI > > > > /* > > Then we can probably remove CONFIG_DW_SEARCH_PHY from > configs/socfpga_cyclone5.h too, right? Yes, thanks for spotting this ! Best regards, Marek Vasut