]> www.infradead.org Git - mtd-utils.git/commit
ubiformat: remove no-volume-table option
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sat, 12 May 2018 20:17:16 +0000 (22:17 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sat, 12 May 2018 20:17:16 +0000 (22:17 +0200)
commit4c00cf2c5816b69754bf7304edcd0e3eb604e3b3
treedac7a1ba0ef524a665905c9837ef2e09ccf41c46
parentb7c71d8541bf5830afe36e3fa5a925c4b78df04a
ubiformat: remove no-volume-table option

Using the -n or --no-volume-table flags, ubiformat can format an mtd device
to a broken UBI that does not attach on recent kernel. Only very old UBIs
had no volume table.

This patch removes the option entirely from ubiformat.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubi-utils/ubiformat.c