From patchwork Thu Oct 26 12:24:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830606 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="hGON4c0L"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5wV06TMz9t2c for ; Thu, 26 Oct 2017 23:31:37 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id C37FBC21E05; Thu, 26 Oct 2017 12:27:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A9FFFC21E28; Thu, 26 Oct 2017 12:25:57 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F0E12C21D8D; Thu, 26 Oct 2017 12:25:45 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 90403C21DF4 for ; Thu, 26 Oct 2017 12:25:38 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v9QCOleE008415; Thu, 26 Oct 2017 21:24:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleE008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020697; bh=1fmKCqPS9k/w2RVOQ+aZBW1zsL24Z1QBvJMNjFtmfWo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hGON4c0LTGvwZirTJo8fbIWvHOo5VeiJUcbKAK2SFoYqUTxZf/E50ve7XkSfQtw15 KTuTEq3ZIkej+v6Y6lWX6WuTytzJA6WH/W8aKCBh8U6d6U+jvDRrJmLcsf+EmTtL8O iyrI57DHWv+K4FPDOaj7nOhoLdcviNgpIaSldo9sV91m+EbtBoXCjUKFe0D2oqpoI9 Zt0jM8k/YdQaXf5aZJYFbL+cVGTyk27hlc0UTpNIX5oqpAl/jZizYr23JFvld/+8bD 8X3R6ggPXA8b1uKXQ+ZKR8TCiAb4w8GSAOhz2EjjhonwTJX42foTEPrASGqgjfMT2x 2hcNdzK6D6hDQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:23 +0900 Message-Id: <1509020671-1321-9-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> References: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini , Tien Fong Chee Subject: [U-Boot] [PATCH 08/16] SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada --- include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 7b5417a..7281bda 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -94,7 +94,6 @@ #if defined(CONFIG_CMD_NET) && !defined(CONFIG_SOCFPGA_VIRTUAL_TARGET) #define CONFIG_DW_ALTDESCRIPTOR #define CONFIG_MII -#define CONFIG_AUTONEG_TIMEOUT (15 * CONFIG_SYS_HZ) #endif /*