From patchwork Thu Oct 26 12:24:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830610 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="ndW9AN+W"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5zk26xXz9t2r for ; Thu, 26 Oct 2017 23:34:26 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 02109C21D8D; Thu, 26 Oct 2017 12:30:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 8B251C21E39; Thu, 26 Oct 2017 12:26:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C0821C21DCE; Thu, 26 Oct 2017 12:25:51 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 21258C21E08 for ; Thu, 26 Oct 2017 12:25:38 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v9QCOleM008415; Thu, 26 Oct 2017 21:25:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleM008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020705; bh=GPgr4/NQRPsd2R85xrq6bpvdNswpTQc1FUkFKOlX/V4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ndW9AN+WKY/CiDL1cVq6C/S5FJtgfCHFypmFv/bw62DFde7d9DNg8AfRdyySuQVmL wn3SCIH2QAckT6GB6ogbQLFanRLscFcOvkolBJK+vDnxWNKqAkMpLBWfA9aWclCyCt XLQ59nUO93DQkIVaZfuQIIg+KhLwmOpSyy0q3jIYFJ2NZh4q6Z4CdrQ03SixdfscPO U4u1X1eukkSuZXplvO3smIu4V1raf/jL3SIe4Ptw39DZz9kYEWBw2Np5LkFs6ZBCvv em9+33x+sV9LscnQcq5cWU3YtMfKjOdYTYIKxWfUkS99neIHb3qpV5AL9OU9Ld4UX/ o9bYJF0t8OqZA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:31 +0900 Message-Id: <1509020671-1321-17-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> References: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> Cc: Thomas Petazzoni , Tom Rini Subject: [U-Boot] [PATCH 16/16] AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada --- include/configs/at91sam9n12ek.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 111a7dc..67115f9 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -72,7 +72,6 @@ #define CONFIG_ATMEL_NAND_HW_PMECC #define CONFIG_PMECC_CAP 2 #define CONFIG_PMECC_SECTOR_SIZE 512 -#define CONFIG_PMECC_INDEX_TABLE_OFFSET 0x8000 #define CONFIG_MTD_PARTITIONS #define CONFIG_MTD_DEVICE