From: David Woodhouse Date: Sat, 13 May 2006 15:14:26 +0000 (+0100) Subject: [MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chips X-Git-Tag: v2.6.18-rc1~1105^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6943f8af7d6583be57d67bba8b2644371f6a10ca;p=pandora-kernel.git [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 --- Reading git-diff-tree failed