]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chips
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 13 May 2006 15:14:26 +0000 (16:14 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 13 May 2006 15:14:26 +0000 (16:14 +0100)
commit6943f8af7d6583be57d67bba8b2644371f6a10ca
treeb6c3842b6616b4878677c9bded3a12a6e99dda3d
parent9d75414b4fa7390975ef0e2b56ff40425657fe52
[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chips

We were scanning for 0xFF through the entire chip -- which takes a while
when it's a 512MiB device as I have on my current toy. The specs only say
we need to check certain bytes -- so do only that.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/nand_bbt.c