From patchwork Thu Oct 26 12:24:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830641 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="nvvWPLS5"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN73r15V5z9t6D for ; Fri, 27 Oct 2017 00:23:03 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id BBFF9C21DF4; Thu, 26 Oct 2017 13:22:39 +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=KHOP_BIG_TO_CC, 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 BAF89C21DA1; Thu, 26 Oct 2017 13:22:18 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id ECD2AC21DDD; Thu, 26 Oct 2017 12:26:07 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id C85C3C21E44 for ; Thu, 26 Oct 2017 12:25:59 +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 v9QCOleK008415; Thu, 26 Oct 2017 21:25:01 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleK008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020703; bh=/9ugvV0LWsRiz67iZmy8blFbm9MQta7la8zGoqpjxpc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nvvWPLS5lK/rrahdl7UnIZw7xOM6C88yRkaOtpbKDN1myytPnqCC8dPqTvyshQx9G Uy6pXuSPEV9XGb+F7nIi1GSvfWIgxyjululREQ6+5zA1zc+lIbMMSYXJZtIwQw3AN7 769js3kgA62dm7FnWEkPWKaZKUyqa31LXyAwWomVvL/95xXNlOKL67ZNhUuNXnTteQ VPR/1RT1TbzhnJ48BZak3HoHfOe98mVu6+G28K/HdMr5jEic+j54GS23gvW2P009zy cggbdxxndb5w0l3/65tun7clmyIHe3Lbti/G2Xvjd3Am5DuXGo2QU0HC/81mmaWnY+ 7LyrzEhssk0Qw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:29 +0900 Message-Id: <1509020671-1321-15-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> X-Mailman-Approved-At: Thu, 26 Oct 2017 13:22:17 +0000 Cc: Stefan Roese , Ruchika Gupta , Tom Rini , Michal Simek , Vinitha Pillai-B57223 , Wenbin Song , Jagan Teki , Siva Durga Prasad Paladugu , Thomas Petazzoni , Alexandru Gagniuc , Joe Hershberger , Fabio Estevam Subject: [U-Boot] [PATCH 14/16] net: remove CONFIG_NET_MULTI 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 Reviewed-by: York Sun --- include/configs/am335x_shc.h | 1 - include/configs/blanche.h | 1 - include/configs/cm_t43.h | 1 - include/configs/cyrus.h | 1 - include/configs/ls1012aqds.h | 1 - include/configs/ls1012ardb.h | 1 - include/configs/ls1043a_common.h | 1 - include/configs/nsa310s.h | 1 - include/configs/pengwyn.h | 3 --- include/configs/salvator-x.h | 1 - include/configs/ulcb.h | 1 - include/configs/xilinx_zynqmp.h | 1 - 12 files changed, 14 deletions(-) diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index 2eeb3d1..32439f5 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -266,7 +266,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_NET_RETRY_COUNT 10 -#define CONFIG_NET_MULTI #define CONFIG_PHY_ADDR 0 #define CONFIG_PHY_SMSC diff --git a/include/configs/blanche.h b/include/configs/blanche.h index 2b18033..ce7c716 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -65,7 +65,6 @@ #undef CONFIG_CMD_SPI #endif -#define CONFIG_NET_MULTI /* Board Clock */ #define RMOBILE_XTAL_CLK 20000000u diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index 7012a95..a222491 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -50,7 +50,6 @@ #define CONFIG_BOOTP_DEFAULT #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_GATEWAY -#define CONFIG_NET_MULTI #define CONFIG_PHY_ATHEROS #define CONFIG_SYS_RX_ETH_BUFFER 64 diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 13e7c71..1b20d85 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -370,7 +370,6 @@ #ifdef CONFIG_PCI #define CONFIG_PCI_INDIRECT_BRIDGE -#define CONFIG_NET_MULTI #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif /* CONFIG_PCI */ diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index b3121d2..2899ff1 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -146,7 +146,6 @@ #define CONFIG_PCIE1 /* PCIE controller 1 */ -#define CONFIG_NET_MULTI #define CONFIG_PCI_SCAN_SHOW #define CONFIG_CMD_MEMINFO diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index e9edcd2..c720a8d 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -62,7 +62,6 @@ #define CONFIG_PCIE1 /* PCIE controller 1 */ -#define CONFIG_NET_MULTI #define CONFIG_PCI_SCAN_SHOW #define CONFIG_CMD_MEMINFO diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index a297134..a24d006 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -165,7 +165,6 @@ #define CONFIG_PCIE3 /* PCIE controller 3 */ #ifdef CONFIG_PCI -#define CONFIG_NET_MULTI #define CONFIG_PCI_SCAN_SHOW #endif #endif diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h index 896c329..9c84acc 100644 --- a/include/configs/nsa310s.h +++ b/include/configs/nsa310s.h @@ -67,7 +67,6 @@ /* Ethernet driver configuration */ #ifdef CONFIG_CMD_NET #define CONFIG_NETCONSOLE -#define CONFIG_NET_MULTI #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 1 #define CONFIG_RESET_PHY_R diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index 570c375..2fa280e 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -182,9 +182,6 @@ /* Disable CPSW SPL support so we fit within the 101KiB limit. */ #endif -/* CPSW ethernet */ -#define CONFIG_NET_MULTI - /* Network */ #define CONFIG_PHY_RESET 1 #define CONFIG_PHY_NATSEMI diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 5bf5731..77a12de 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -25,7 +25,6 @@ /* use to RPC(SPI Multi I/O Bus Controller) */ /* Ethernet RAVB */ -#define CONFIG_NET_MULTI #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h index cce2456..b54e63c 100644 --- a/include/configs/ulcb.h +++ b/include/configs/ulcb.h @@ -33,7 +33,6 @@ /* use to RPC(SPI Multi I/O Bus Controller) */ /* Ethernet RAVB */ -#define CONFIG_NET_MULTI #define CONFIG_PHY_MICREL #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 1399dfd..8526ba0 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -131,7 +131,6 @@ /* Ethernet driver */ #if defined(CONFIG_ZYNQ_GEM) -# define CONFIG_NET_MULTI # define CONFIG_MII # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN # define CONFIG_PHY_MARVELL