mtd: detect image format when writing
authorRafał Miłecki <zajec5@gmail.com>
Sat, 6 Feb 2016 16:29:12 +0000 (16:29 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Sat, 6 Feb 2016 16:29:12 +0000 (16:29 +0000)
commitb5c41ad28c31d61d6eb9a0c0f3550e75ea74e09f
tree4a27986c99e9dee059bf4ceeb83349dcf4fa7e59
parent18bcbbfd457462d92bbb0a1854d468834c131f51
mtd: detect image format when writing

Recently TRX checking code was changed to detect Seama format and don't
abort whole writing operation because of it. This isn't a good long-term
solution. It's a poor idea to teach every format handler recognizing all
possible formats. Instead it should be handled in a generic code which
should run check depending on the detected format.

This will also allow further improvements like fixing formats other than
TRX after replacing JFFS2.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48639
package/system/mtd/src/mtd.c
package/system/mtd/src/mtd.h
package/system/mtd/src/trx.c