From patchwork Sat Aug 26 08:58:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 806107 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="ogoBLplv"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xfX8x4sqMz9t3D for ; Sat, 26 Aug 2017 19:02:09 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 69F74C22093; Sat, 26 Aug 2017 08:59:46 +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 CEDD9C2208F; Sat, 26 Aug 2017 08:58:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 725CCC22064; Sat, 26 Aug 2017 08:58:35 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 22C3EC22073 for ; Sat, 26 Aug 2017 08:58:33 +0000 (UTC) Received: from grover.sesame (FL1-122-131-185-176.osk.mesh.ad.jp [122.131.185.176]) (authenticated) by conuserg-09.nifty.com with ESMTP id v7Q8wANP031195; Sat, 26 Aug 2017 17:58:12 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v7Q8wANP031195 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1503737893; bh=y/cmzG1/vRxmwUpXw75welAdRvR4Nm9PEerg06/uJZY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ogoBLplvYRQIiDYcLxYn9MSIUkKtXIunaOvoSyXNz8tV3mNXwl13W7VpIAnxQBfjC WEeUp0pOb6JFYd6CiZeIMufR92JDFY+Sg7jJxMfOrbDiMJWBoBUhNfWInnmpEik5B+ 6nPAFceYAfGoZXXVntW5EiqObPZFAN9pr/FAm8VZA8gM6edkC4xLSgBWexp0DvRBBz uz/QIm9Cb/0mHR3eDbSWxOOLilk/kETWHvX47osswgrXfV6eyBNx25W+mhDFl/wwGB kKYT0A8NKZbSocsJlM/17TpXXT9xgD6rnLfltl11vCqJWfGegpNcnEFS9VW4hNe/cB AjEHompWumleA== X-Nifty-SrcIP: [122.131.185.176] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 26 Aug 2017 17:58:01 +0900 Message-Id: <1503737883-14236-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503737883-14236-1-git-send-email-yamada.masahiro@socionext.com> References: <1503737883-14236-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud Subject: [U-Boot] [PATCH 4/6] ARM: uniphier: remove unneeded 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" CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the NAND initialization process is driven by the driver itself. CONFIG_SYS_NAND_MAX_CHIPS and CONFIG_SYS_NAND_BASE are unused. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 9a64063c3ee6..884e59c35e41 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -83,7 +83,6 @@ #endif #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 2 #define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_NAND_DENALI_ECC_SIZE 1024 @@ -91,8 +90,6 @@ #define CONFIG_SYS_NAND_REGS_BASE 0x68100000 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000 -#define CONFIG_SYS_NAND_BASE (CONFIG_SYS_NAND_DATA_BASE + 0x10) - #define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0