]> www.infradead.org Git - mtd-utils.git/commit
mtd-tests: nandbiterrs: Add support for testing continuous reads
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2024 09:46:24 +0000 (11:46 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 8 Oct 2024 06:14:42 +0000 (08:14 +0200)
commit4bcf49043e7c59284c9dfd41c67d10b7b925e840
treefaf9465bb91812ce3b92b24c35cbf31542b14b89
parent8e64d114e1016ba90bce54dc37d91277f0f2f282
mtd-tests: nandbiterrs: Add support for testing continuous reads

In order to trigger a continuous read, the user needs to request at
least two pages at the same time. So far the tool would only read single
pages, so let's extend its capabilities to test continuous read output
when the -c option is passed.

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