]> www.infradead.org Git - mtd-utils.git/commit
nand-utils: nanddump: Add support for testing continuous reads
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2024 09:46:22 +0000 (11:46 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 8 Oct 2024 06:14:36 +0000 (08:14 +0200)
commit7bf7d98cc094f4b0c6e535a7231ce310a9c6e23c
tree2f1d34134dfa7e0a07fd5d126da595dbc7401166
parentbc6f5df46460fe00b953fb81706770b49bd36e77
nand-utils: nanddump: Add support for testing continuous reads

In order to trigger a continuous read, the user needs to request more
than one data page. So far the tool would split the length into page
chunks. This is no longer the case when the -C option is passed (-c is
already used for the canonical output style).

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
nand-utils/nanddump.c