]> www.infradead.org Git - mtd-utils.git/commit
nandwrite: kill `--raw' option
authorBrian Norris <computersforpeace@gmail.com>
Wed, 31 Aug 2011 20:00:37 +0000 (13:00 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 13:11:41 +0000 (16:11 +0300)
commit647e385da091396a42617232ad3e59734bca110a
tree13471b87e95188403d82cf3fa0284757379aa55f
parentc4c8cdf621a5d1ea4f0f01ff004c6f1c33be9daa
nandwrite: kill `--raw' option

The `--raw' option has lost all usefulness as it overlapped with several
other OOB modes. I cannot even figure out what it was actually intended
to do, but I'm sure its functionality fits somewhere in the
MTD_OPS_{AUTO_OOB,PLACE_OOB,RAW} options, which are mostly implemented
in libmtd's mtd_write().

I don't think users need a warning for this one, unless someone can tell
me what it actually was supposed to have done in the first place.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
nandwrite.c