From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH V2] omap: nand: remove hardware ECC as default Date: Tue, 30 Nov 2010 10:05:42 -0800 Message-ID: <20101130180542.GP17222@atomide.com> References: <1290177926-3526-1-git-send-email-s-ghorai@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:20616 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754162Ab0K3SFr (ORCPT ); Tue, 30 Nov 2010 13:05:47 -0500 Content-Disposition: inline In-Reply-To: <1290177926-3526-1-git-send-email-s-ghorai@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Sukumar Ghorai Cc: linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org * Sukumar Ghorai [101119 06:36]: > CONFIG_MTD_NAND_OMAP_HWECC defined wrongly in patch submitted for 2.6.36. > This flag enables hw ecc by default. Boards like beagle and pandora uses > sw ecc for write (e.g. binary flushed from u-boot) and read from kernel. > https://patchwork.kernel.org/patch/111036/ > > Signed-off-by: Sukumar Ghorai This should go in as a fix for the -rc via MTD list if possible. Acked-by: Tony Lindgren > --- > drivers/mtd/nand/omap2.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c > index cd41c58..15682ec 100644 > --- a/drivers/mtd/nand/omap2.c > +++ b/drivers/mtd/nand/omap2.c > @@ -7,7 +7,6 @@ > * it under the terms of the GNU General Public License version 2 as > * published by the Free Software Foundation. > */ > -#define CONFIG_MTD_NAND_OMAP_HWECC > > #include > #include > -- > 1.7.0.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html