]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: vf610_nfc: add 32-error correction option for HW ECC
authorStefan Agner <stefan@agner.ch>
Fri, 8 May 2015 17:07:12 +0000 (19:07 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:29 +0000 (22:43 +0200)
commit997a945bc65dc77ae46a4d83ad3bfa23f7af6d22
tree0db5fb6a735f3035e5400aacf85630256e663612
parent6931ba3e229edf74949c07069be7b4ea0aebb8c3
mtd: vf610_nfc: add 32-error correction option for HW ECC

Add option to choose between current 24-error correction and 32-error
correction through Kconfig. 32-error correction allow to use NAND
chips which require up to 8-bit error correction per 512 byte (when
using 2K pages).

Signed-off-by: Stefan Agner <stefan@agner.ch>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/vf610_nfc.c