From patchwork Thu Jun 7 18:05:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 163656 X-Patchwork-Delegate: sbabic@denx.de 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 4956FB6EF1 for ; Fri, 8 Jun 2012 04:06:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9B332281F7; Thu, 7 Jun 2012 20:06:03 +0200 (CEST) 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 YU1ctNbsSS5H; Thu, 7 Jun 2012 20:06:03 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E8345281C0; Thu, 7 Jun 2012 20:06:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 57EBD281C0 for ; Thu, 7 Jun 2012 20:05:58 +0200 (CEST) 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 8BOTubEFcL2j for ; Thu, 7 Jun 2012 20:05:56 +0200 (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 mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 6D38F28173 for ; Thu, 7 Jun 2012 20:05:54 +0200 (CEST) Received: by yenq13 with SMTP id q13so659916yen.3 for ; Thu, 07 Jun 2012 11:05:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=9XYRR+Jj/o7LjLMHafsETnHEALRreD/1hJzyLbz3Kbs=; b=ES7U1xeKi22nNOZD9zhRTr6VumV6U02rX+1X1+orUAO+CJfr/I9+1NL2R46xON0nBe B7fy5FvtkGE/s+s4O0ncUOQrM2tJcsscEjxYGFEz75BelA8gPaa4trdk5fujiYDliflb 0g8Gtd5jdAp86RHNTy1cAzykjYEvOlHhBhLtVAFV0iPx1TNt4qeJdtMamJvB9K0G6jC3 xVHoDmiyNjqjR99JW5IS3jb1DUw9jClHfXmZ+Gz9aTUQqrN57RM0osehwDG7yLMwNIkV 6Nk02ehcwJcTsUH1XtG71/4wxyQ4WpHoWFy49J7ff/j9yptvl72Oig3Khn1P0k4ijVTS 3VPA== Received: by 10.236.74.74 with SMTP id w50mr2848731yhd.34.1339092352249; Thu, 07 Jun 2012 11:05:52 -0700 (PDT) Received: from localhost.localdomain ([186.207.115.182]) by mx.google.com with ESMTPS id z9sm12265122yhl.6.2012.06.07.11.05.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jun 2012 11:05:51 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Thu, 7 Jun 2012 15:05:41 -0300 Message-Id: <1339092341-6714-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: Fabio Estevam Subject: [U-Boot] [PATCH] mx53ard: Remove unused CONFIG_MII_GASKET 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 From: Fabio Estevam CONFIG_MII_GASKET is not defined anywhere, so remove it. Signed-off-by: Fabio Estevam --- include/configs/mx53ard.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index f48a41e..f59960e 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -68,7 +68,6 @@ /* Eth Configs */ #define CONFIG_HAS_ETH1 #define CONFIG_MII -#define CONFIG_MII_GASKET #define CONFIG_DISCOVER_PHY #define CONFIG_CMD_PING