omap: nand: remove hardware ECC as default
authorSukumar Ghorai <s-ghorai@ti.com>
Fri, 19 Nov 2010 14:45:26 +0000 (14:45 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Dec 2010 00:00:08 +0000 (16:00 -0800)
commit859158bfab7e72af440622fb9731bcaef4e7d6dc
tree0539887822708489b5b7021e2da02dbfcf6a358e
parentf811036476d7c8a9b594ebcdcf481bdbe497eb13
omap: nand: remove hardware ECC as default

Commit 2c01946c6b9ebaa5a89710bc42ca224a7f52f227 (omap3 nand: cleanup
virtual address usages) wrongly enabled CONFIG_MTD_NAND_OMAP_HWECC
which breaks boards like beagle and pandora that use software ECC
for write.

Boards like beagle and pandora uses sw ecc for write (e.g. binary flushed
from u-boot) and read from kernel.

Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com>
Acked-by: David Woodhouse <David.Woodhouse@intel.com>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mtd/nand/omap2.c