]> www.infradead.org Git - mtd-utils.git/commit
nandwrite: kill -j, -y, and -f options
authorBrian Norris <computersforpeace@gmail.com>
Fri, 19 Aug 2011 17:07:53 +0000 (10:07 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 23 Aug 2011 06:27:50 +0000 (09:27 +0300)
commitb09ea01faa06ab5d037ba347b95324b042b8c352
tree296a3bef21c5a04efb1c52c7c8bcff9e2d53fe24
parent40a989d1ae5b18f68f43de739c8e15fa6734a9e2
nandwrite: kill -j, -y, and -f options

The legacy -j (--jffs2) and -y (--yaffs) options haven't been
operational for a long time, since MEMSETOOBSEL was killed. I don't
think anybody will miss these options (correct me if I'm wrong). They
can be replaced by proper usage of MTD_OOB_AUTO modes.

The -f (--forcelegacy) option went hand in hand with -j and -y. Now that
-j and -y are gone, there's no use for -f. Kill it.

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