From patchwork Mon Nov 27 05:13:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 841477 X-Patchwork-Delegate: yamada.m@jp.panasonic.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="KVV/616D"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ylZj70hnqz9sPr for ; Mon, 27 Nov 2017 16:14:19 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id BEEBAC21DF4; Mon, 27 Nov 2017 05:14:15 +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=RCVD_IN_DNSWL_BLOCKED, 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 82194C21DB2; Mon, 27 Nov 2017 05:14:13 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2BA75C21DB2; Mon, 27 Nov 2017 05:14:12 +0000 (UTC) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by lists.denx.de (Postfix) with ESMTPS id D227DC21D8C for ; Mon, 27 Nov 2017 05:14:10 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id vAR5Dokx013077; Mon, 27 Nov 2017 14:13:50 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com vAR5Dokx013077 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1511759630; bh=g5rKJj+nkEfxO68xAF/VGGHhAVvYH0OIgSezPv/UUzI=; h=From:To:Cc:Subject:Date:From; b=KVV/616DMRoCfUO6AAH3sfYE2rrPCQn3aIv7e7Kz13e6TKRhoQXUNr64PVKzpFmxc yIKeyf71VaIFsByoD5bh9SseFjAfx/4Ml253NZPrh6tLpFr94LCiSOazh/TdQZCKC4 8hyQqK397ufoH2VHE21+noHAw/VPcFHvAllB49jw8FrzJe+CxK3qMCAax2tNJaDR7V qyBC+BgI4q6/roAaXMM27j575xaBCptL1sB2VUf6fJwIClOlbKEYdL1V6uZimVbgEx Kj2CwjcxqpO3msgzzCIGal0h/znDJB9e9HIMbmwcejz2EPRxG2Md3U5czJ8pD+u3Nu kM36Mbr88Fzew== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 27 Nov 2017 14:13:49 +0900 Message-Id: <1511759629-21477-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH] ARM: uniphier: remove unused NAND CONFIG options 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" The Denali NAND driver does not use these options any more. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 6f4d67e..453f3db 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -71,13 +71,8 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_ONFI_DETECTION - -#define CONFIG_NAND_DENALI_ECC_SIZE 1024 - #define CONFIG_SYS_NAND_REGS_BASE 0x68100000 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000 - -#define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 /* SD/MMC */