From patchwork Thu Nov 18 14:22:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: omap: nand: remove hardware ECC as default From: Sukumar Ghorai X-Patchwork-Id: 72097 Message-Id: <1290090130-20835-1-git-send-email-s-ghorai@ti.com> To: linux-omap@vger.kernel.org Cc: linux-mtd@lists.infradead.org, Sukumar Ghorai Date: Thu, 18 Nov 2010 19:52:10 +0530 CONFIG_MTD_NAND_OMAP_HWECC defined wronly in patch submitted during 2.6.36 that using the hardware ECC by default Signed-off-by: Sukumar Ghorai --- 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