diff options
author | 2017-06-13 22:45:49 +0900 | |
---|---|---|
committer | 2017-06-20 09:14:55 +0200 | |
commit | 777f2d49e8e9fbb5d00f54c496877220b6e6ff6c (patch) | |
tree | 20b73a855364762d0d618a7161dc7289e84e4288 /drivers/mtd/nand/fsl_ifc_nand.c | |
parent | mtd: nand: denali: use non-managed kmalloc() for DMA buffer (diff) | |
download | linux-dev-777f2d49e8e9fbb5d00f54c496877220b6e6ff6c.tar.xz linux-dev-777f2d49e8e9fbb5d00f54c496877220b6e6ff6c.zip |
mtd: nand: denali: enable bad block table scan
Now this driver is ready to remove NAND_SKIP_BBTSCAN.
The BBT descriptors in denali.c are equivalent to the ones in
nand_bbt.c. There is no need to duplicate the equivalent structures.
The with-oob decriptors do not work for this driver anyway.
The bbt_pattern (offs = 8) and the version (veroffs = 12) area
overlaps the ECC area. Set NAND_BBT_NO_OOB flag to use the no_oob
variant of the BBT descriptors.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/nand/fsl_ifc_nand.c')
0 files changed, 0 insertions, 0 deletions