]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: omap_gpmc: fix broken error correction
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 May 2016 12:49:23 +0000 (14:49 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 May 2016 12:49:23 +0000 (14:49 +0200)
commitb3d3706275cc5f57fa655cc54f88ddb5b229a012
tree782b44bdc466bcc6fb9d1a3dd5a02a821fc096d7
parent29f6a5b6f4cf5c330e3a8a651701a9bcb80f7fe9
mtd: nand: omap_gpmc: fix broken error correction

The patch to enable GPMC prefetch erroneously set the ECC size to the
full page size. This had the side effect that only the first 512 byte
of each page were checked for errors and corrected.
drivers/mtd/nand/omap_gpmc.c