]> www.infradead.org Git - mtd-utils.git/commit
nanddump: Add --skip-bad-blocks-to-start option
authorMike Crowe <mac@mcrowe.com>
Tue, 17 Jan 2017 11:54:04 +0000 (11:54 +0000)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 18 Jan 2017 13:42:25 +0000 (14:42 +0100)
commit44558d1de053cd2772b419bb306a926f07365ae6
treee05fbb86c063fc2324f290381a2b7657f6e4b6ec
parent2fc8058291e07f6ec143179db377a7d53f6dfa04
nanddump: Add --skip-bad-blocks-to-start option

The --skip-bad-blocks-to-start option will increase the start address by
the size of each bad block encountered between the start of the partition
and the specified start address.

This can be useful if other readers of the partition will be reading using
a simple bad-block-skipping algorithm.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
nand-utils/nanddump.c