]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: vf610_nfc: use in-band bad block table
authorStefan Agner <stefan@agner.ch>
Fri, 8 May 2015 17:07:10 +0000 (19:07 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:29 +0000 (22:43 +0200)
commite39b77fd4c48a195a4641046e8b67d06397e15ae
treeae937384ab57c3a25e963ec5160cd26524fa4cef
parente2c5e0ef035ffa37a806b4021284d672842c2138
mtd: vf610_nfc: use in-band bad block table

Use in-band bad block table (NAND_BBT_NO_OOB) which allows to
use the full OOB for hardare ECC purposes. Since there is no
ECC correction on the OOB it is also safer to use in-band area
to store the bad block table marker.

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