From patchwork Tue Jan 10 19:14:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 135289 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 0CEA5B6FBB for ; Wed, 11 Jan 2012 06:14:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 952642860C; Tue, 10 Jan 2012 20:14:35 +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 2y1OwsGUKL2p; Tue, 10 Jan 2012 20:14:34 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2AD5A285E9; Tue, 10 Jan 2012 20:14:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DBAC4285E9 for ; Tue, 10 Jan 2012 20:14: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 CktAW8mZN0c2 for ; Tue, 10 Jan 2012 20:14:29 +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 25B14285E6 for ; Tue, 10 Jan 2012 20:14:27 +0100 (CET) Received: by yenl8 with SMTP id l8so1605382yen.3 for ; Tue, 10 Jan 2012 11:14:26 -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=VDGUJewYtjjNCtR2dL74nUKWH+Qm4JXeF800a3+rq7w=; b=dvYmIIZNojTHXVl/uO7tAfCRnwqBRyz6Jphse90RjN6cH6Iq+3b0YnAW+x6xB8K3uL Hu92olcAyEmtEU9nysFqwKMmU3D+Kz/dHC8YNZTZLNc9ZTKJhC7qW/fkUtLWkEGPMzpG AaOyY2DsNrpYZpQitxq8XiYa1kLvcnSSvZhfo= Received: by 10.236.91.84 with SMTP id g60mr29277845yhf.90.1326222866213; Tue, 10 Jan 2012 11:14:26 -0800 (PST) Received: from localhost.localdomain ([189.5.21.38]) by mx.google.com with ESMTPS id a15sm194800234ana.1.2012.01.10.11.14.23 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jan 2012 11:14:25 -0800 (PST) From: Fabio Estevam To: u-boot@lists.denx.de Date: Tue, 10 Jan 2012 17:14:00 -0200 Message-Id: <1326222840-21241-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1326222190-21143-2-git-send-email-festevam@gmail.com> References: <1326222190-21143-2-git-send-email-festevam@gmail.com> Cc: Fabio Estevam Subject: [U-Boot] [PATCH v2 2/3] efika: 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. Cc: Marek Vasut Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- Changes since v1: - Fix typo in board name include/configs/efikamx.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index 522487b..e2f0f74 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -206,7 +206,6 @@ /* USB NET */ #ifdef CONFIG_CMD_NET #define CONFIG_USB_ETHER_ASIX -#define CONFIG_NET_MULTI #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP #endif