]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: add ubiupdate
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 22 Dec 2007 15:47:22 +0000 (17:47 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 22 Dec 2007 15:50:34 +0000 (17:50 +0200)
commit30fda17fbb469aab410dce57a2c16f5e48d380a4
tree25f2fd238baf4a7726bc4a30809028ab53ef397d
parent8a8e8101d50ed702d6c45959c8b3f71fdb1e811f
ubi-utils: add ubiupdate

Add an 'ubiupdate' utility which is basically a changed and cleaned-up
version of ubiupdatevol. It is also consistent with other ubi tools.

ubiupdatevol should go away, because it has features which should not
be present in tools for end users. If one needs debugging capabilities,
he should create a separate program.

So, I do not delete ubiupdatevol, but it will be moved somwthere later.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/Makefile
ubi-utils/src/ubiupdate.c [new file with mode: 0644]