From patchwork Sun Sep 13 16:06:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 517202 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 5E655140E3E for ; Mon, 14 Sep 2015 02:07:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=pAElxE66; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 725424B808; Sun, 13 Sep 2015 18:07:33 +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 hPHN-F0wP4me; Sun, 13 Sep 2015 18:07:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 116764B800; Sun, 13 Sep 2015 18:07:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D9F824B7D3 for ; Sun, 13 Sep 2015 18:07:14 +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 XPf2kRCU11uf for ; Sun, 13 Sep 2015 18:07:14 +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-yk0-f170.google.com (mail-yk0-f170.google.com [209.85.160.170]) by theia.denx.de (Postfix) with ESMTPS id 2E01F4B7E8 for ; Sun, 13 Sep 2015 18:07:08 +0200 (CEST) Received: by ykdg206 with SMTP id g206so132778361ykd.1 for ; Sun, 13 Sep 2015 09:07:07 -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:in-reply-to:references; bh=pRUtx4OyHDRi6Pvy9jIByqM/Hw332FyX/84CkULFxwk=; b=pAElxE66VdrU0157+8/+JwJuv26Owg+KiBqivHyXJa18lYWfi1+hGNKUS8Yv6j0KFv 6u18biXapz+EKXby9fMX6CVdUcj7uZvSD+Opk0pv+3eYtzeJq/bVZVlK6wVjliEPoduW 6JDNXtYQbJ3wb50F1Fl7t+ZMSY4Yk+xLIaAmvaHFaY0xmv0BaDCHBxvDwgdua7Qp9d9M rZjunsUwC/Jj5cnBktrJMwCzoe3ZqM6LtVE/GxondMzlimsldtzN1zbKa7C/LeYMbX/L JKm7hkp+0pTyQjxnI+i661/i1peKAJg0rfTMygeXBV+afU4KLQMLkN4TAZZTZj1rPcDj LhxA== X-Received: by 10.129.80.215 with SMTP id e206mr9743910ywb.94.1442160427840; Sun, 13 Sep 2015 09:07:07 -0700 (PDT) Received: from localhost.localdomain ([179.159.191.85]) by smtp.gmail.com with ESMTPSA id g7sm6756850ywb.0.2015.09.13.09.07.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 13 Sep 2015 09:07:07 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Sun, 13 Sep 2015 13:06:46 -0300 Message-Id: <1442160406-24755-5-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442160406-24755-1-git-send-email-festevam@gmail.com> References: <1442160406-24755-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 5/5] mx7dsabresd: Remove unused config option 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: Fabio Estevam CONFIG_FEC_DMA_MINALIGN is not used anywhere, so let's remove it. Signed-off-by: Fabio Estevam --- include/configs/mx7dsabresd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index ec6e0a6..2a736c4 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -24,7 +24,6 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_BROADCOM -#define CONFIG_FEC_DMA_MINALIGN 64 /* ENET1 */ #define IMX_FEC_BASE ENET_IPS_BASE_ADDR