]> www.infradead.org Git - mtd-utils.git/commit
nanddump: change -o to mean --oob, not --omitoob
authorBrian Norris <computersforpeace@gmail.com>
Fri, 24 Jun 2011 18:03:11 +0000 (11:03 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Jun 2011 07:01:50 +0000 (10:01 +0300)
commit1ff96d5f6b363f1796259d3a6a13c748e6cac24e
treef8abb6a2612b8a0c2096226bb97d22bb0da9a492
parent2521d4f1b6b9866a9c89f3c11a4f6a3d763ff1d7
nanddump: change -o to mean --oob, not --omitoob

As warned earlier, we are changing the meaning of `nanddump -o' to
mirror the usage in nandwrite, where -o means to include OOB (i.e.,
`nandwrite -o' writes data to both in-band and out-of-band areas, so
`nanddump -o' should dump data from both in-band and out-of-band areas).

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
nanddump.c