From patchwork Mon Jun 1 14:59:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lars Poeschel X-Patchwork-Id: 479083 X-Patchwork-Delegate: joe.hershberger@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8D4DD140FDF for ; Tue, 2 Jun 2015 01:08:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3D8044B7DA; Mon, 1 Jun 2015 17:08:25 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l2cbYgxCbR4I; Mon, 1 Jun 2015 17:08:24 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 40FA04B7CF; Mon, 1 Jun 2015 17:08:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0D0F44B7CF for ; Mon, 1 Jun 2015 17:08:22 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WVjKN0YMmPRb for ; Mon, 1 Jun 2015 17:08:21 +0200 (CEST) X-Greylist: delayed 486 seconds by postgrey-1.34 at theia; Mon, 01 Jun 2015 17:08:15 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp3-1.goneo.de (smtp3-1.goneo.de [85.220.129.38]) by theia.denx.de (Postfix) with ESMTPS id D430D4B7CE for ; Mon, 1 Jun 2015 17:08:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.goneo.de (Postfix) with ESMTP id 0E06923FB1A; Mon, 1 Jun 2015 17:00:09 +0200 (CEST) X-Virus-Scanned: by goneo X-Spam-Flag: NO X-Spam-Score: -2.809 X-Spam-Level: X-Spam-Status: No, score=-2.809 tagged_above=-999 tests=[ALL_TRUSTED=-1, AWL=0.091, BAYES_00=-1.9] autolearn=unavailable Received: from smtp3.goneo.de ([127.0.0.1]) by localhost (smtp3.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eg70XFzcdrF5; Mon, 1 Jun 2015 16:59:30 +0200 (CEST) Received: from lem-wkst-02.lemonage.de. (p50998852.dip0.t-ipconnect.de [80.153.136.82]) by smtp3.goneo.de (Postfix) with ESMTPSA id 79F0623FBFE; Mon, 1 Jun 2015 16:59:28 +0200 (CEST) From: poeschel@lemonage.de To: trini@konsulko.com, u-boot@lists.denx.de Date: Mon, 1 Jun 2015 16:59:28 +0200 Message-Id: <1433170768-20019-1-git-send-email-poeschel@lemonage.de> X-Mailer: git-send-email 2.1.4 Cc: Lars Poeschel Subject: [U-Boot] [PATCH] ARM: phytec: pcm051: drop unused CONFIG_NET_MULTI X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" From: Lars Poeschel Drop unused CONFIG_NET_MULTI. Also drop CONFIG_USE_IRQ, that is not used either. Signed-off-by: Lars Poeschel --- include/configs/pcm051.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index c0bb227..eef3269 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -163,10 +163,8 @@ #define CONFIG_USB_ETH_RNDIS #endif /* CONFIG_MUSB_GADGET */ -/* Unsupported features */ -#undef CONFIG_USE_IRQ -#define CONFIG_NET_MULTI +/* Network. */ #define CONFIG_PHY_GIGE #define CONFIG_PHYLIB #define CONFIG_PHY_SMSC