commit | 84d656a2836021c3707172707245ba3d87bd54c8 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Fri May 08 19:07:10 2015 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Sun May 24 14:26:55 2015 -0500 |
tree | d7a295eb92798173f1c2fb631f3ede0bc22a6c1a | |
parent | 5dec286b8233f658764497b10d455ba447167816 [diff] |
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>