From patchwork Tue Jan 10 19:03:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 135281 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 43786B6FAA for ; Wed, 11 Jan 2012 06:04:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AB2C12865D; Tue, 10 Jan 2012 20:03:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 qPQkqAczZZra; Tue, 10 Jan 2012 20:03:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD82628639; Tue, 10 Jan 2012 20:03:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11D6A285ED for ; Tue, 10 Jan 2012 20:03:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 GU4Nc3UbPKtv for ; Tue, 10 Jan 2012 20:03:27 +0100 (CET) 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 mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 0B497284BC for ; Tue, 10 Jan 2012 20:03:25 +0100 (CET) Received: by yenl8 with SMTP id l8so1598171yen.3 for ; Tue, 10 Jan 2012 11:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=wBakRdnQQbwDuADQhL1SD71NbtwZdnmbzirRUJRJ9BM=; b=P7MLG4PnU0nGskckwkvu9JdlG7g0Pdbb8V5AsqrVNraGMU+MdNy5FErp3NMjsMTkOx Di1wADg8/GjfQxFk3ywFdN2+4uoWSNjztggcyCD68HNxi5cH783qutAzcSV/hI12QSZ2 0ielkUxfb840BZ1aO/3rhaInJsA3ThIODGBeo= Received: by 10.236.128.242 with SMTP id f78mr29420127yhi.7.1326222204138; Tue, 10 Jan 2012 11:03:24 -0800 (PST) Received: from localhost.localdomain ([189.5.21.38]) by mx.google.com with ESMTPS id y58sm110308651yhi.17.2012.01.10.11.03.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jan 2012 11:03:23 -0800 (PST) From: Fabio Estevam To: u-boot@lists.denx.de Date: Tue, 10 Jan 2012 17:03:10 -0200 Message-Id: <1326222190-21143-3-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1326222190-21143-1-git-send-email-festevam@gmail.com> References: <1326222190-21143-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam Subject: [U-Boot] [PATCH 3/3] flea3: Remove CONFIG_NET_MULTI option X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de CONFIG_NET_MULTI is not used anymore, so remove it from board file. Signed-off-by: Fabio Estevam --- include/configs/flea3.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/flea3.h b/include/configs/flea3.h index aac3930..649e272 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -113,7 +113,6 @@ /* * Ethernet on SOC (FEC) */ -#define CONFIG_NET_MULTI #define CONFIG_FEC_MXC #define IMX_FEC_BASE FEC_BASE_ADDR #define CONFIG_PHYLIB