linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] omap: nand: remove hardware ECC as default
@ 2010-11-19 14:45 Sukumar Ghorai
  2010-11-30 18:05 ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Sukumar Ghorai @ 2010-11-19 14:45 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-mtd, Sukumar Ghorai

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 <s-ghorai@ti.com>
---
 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 <linux/platform_device.h>
 #include <linux/dma-mapping.h>
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-12-03 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 14:45 [PATCH V2] omap: nand: remove hardware ECC as default Sukumar Ghorai
2010-11-30 18:05 ` Tony Lindgren
2010-11-30 18:09   ` Tony Lindgren
2010-12-03 16:22   ` Artem Bityutskiy
2010-12-03 16:38     ` David Woodhouse
2010-12-03 16:44       ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).