From patchwork Wed Nov 29 10:13:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 842512 X-Patchwork-Delegate: marek.vasut@gmail.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="zMBq7tIs"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ymxGT6s7yz9s5L for ; Wed, 29 Nov 2017 21:14:25 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id E3B8FC21E8E; Wed, 29 Nov 2017 10:14:16 +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 E7794C21E6C; Wed, 29 Nov 2017 10:14:13 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B32D5C21E09; Wed, 29 Nov 2017 10:14:12 +0000 (UTC) Received: from conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by lists.denx.de (Postfix) with ESMTPS id 8656BC21E31 for ; Wed, 29 Nov 2017 10:14:11 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id vATADqIu008383; Wed, 29 Nov 2017 19:13:53 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com vATADqIu008383 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1511950433; bh=Zn8xboLWYoXeFctaF9pRSbMFkfe7Rm5H85WeBdLgU2Y=; h=From:To:Cc:Subject:Date:From; b=zMBq7tIs+Ri7iNWuV/DJ1SVSCpVZnUXObvzldrNcTTjyUnBBU4etSURfOuGNFNZ4d bYexhtTYqQSum7lXH8i5dbG0B6HI25aJfNInwrykfI9AcXPdT9edd5cgmc99tVMV47 YSq4DVztMqnBlPeilD2TVcYxyDMgLhq5oVJs2Rb8mIiSjfkFhsUvfR+vfn2ee4XynR R6Pui4nYv1et8krL9T0WsN8gyk1tvJ9vqeVbIusIQwFPO2OcCAD5ahCMlBIPYKPNhB 64J4Sgl44BMxYQ5ajxzpu0QP6JHmF0BxkpPOVi7Btm2mevALe9d8CzpaU0QQC0nCe7 R5fpd1Ytofogw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 29 Nov 2017 19:13:45 +0900 Message-Id: <1511950426-32695-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Marek Vasut , Tien Fong Chee Subject: [U-Boot] [PATCH 1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE 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 option is no longer used. Signed-off-by: Masahiro Yamada --- include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 8a7debb..dc75dce 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -142,7 +142,6 @@ #ifdef CONFIG_NAND_DENALI #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_ONFI_DETECTION -#define CONFIG_NAND_DENALI_ECC_SIZE 512 #define CONFIG_SYS_NAND_REGS_BASE SOCFPGA_NANDREGS_ADDRESS #define CONFIG_SYS_NAND_DATA_BASE SOCFPGA_NANDDATA_ADDRESS #endif From patchwork Wed Nov 29 10:13:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 842513 X-Patchwork-Delegate: marek.vasut@gmail.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="0WEyC9kP"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ymxH31wNdz9sBd for ; Wed, 29 Nov 2017 21:14:55 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id D849DC21E31; Wed, 29 Nov 2017 10:14:52 +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 D2F61C21EEB; Wed, 29 Nov 2017 10:14:49 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 49D7BC21EEE; Wed, 29 Nov 2017 10:14:26 +0000 (UTC) Received: from conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by lists.denx.de (Postfix) with ESMTPS id 2E5B8C21EE3 for ; Wed, 29 Nov 2017 10:14:21 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id vATADqIv008383; Wed, 29 Nov 2017 19:13:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com vATADqIv008383 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1511950434; bh=jHfgjctzLrqSYW2IgiLbzRONDhgzt/6N02yzg19ow1U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0WEyC9kP5MvlS8mn8rwhNfdJLqkApqZzuYt9yfvIRT+fxE0FzZuMkF6S3IDUb64+H 9E3fd9diL3Ry95I3HZnO7kf3XMCGnb0ATcIiXlli0cm5gKxjhirzjuX+/oJ7aFKPWi b2UrlJsjEhGQBUj+kHHJ76YO1DeX6fg/2MM5vEXXpxoF46wgglr6GrFRxh6qQEvbXb gofBGKSVL/Pak8c+oY6rcwDheh1L/j2tM1b8+dVk5QFB1Mi+6Pjlpzl2WxDQ58sDd9 Ee8YU3TDAp677GybvnHRf6LAZf2eTWWGXM1Ico25cpGoxr6eCK6rZ49Z6KefGac9vF dYTyJ0Yybaobg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 29 Nov 2017 19:13:46 +0900 Message-Id: <1511950426-32695-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1511950426-32695-1-git-send-email-yamada.masahiro@socionext.com> References: <1511950426-32695-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tien Fong Chee Subject: [U-Boot] [PATCH 2/2] ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT 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" Neither denali.c nor denali_spl.c references this option. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index dc75dce..66e7c4f 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -293,7 +293,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); /* SPL NAND boot support */ #ifdef CONFIG_SPL_NAND_SUPPORT -#define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 #endif