openwrt/package/system/mtd/src
Rafał Miłecki b5c41ad28c 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
2016-02-06 16:29:12 +00:00
..
crc32.c
crc32.h
fis.c
fis.h
imagetag.c package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
jffs2.c mtd: add support for bad blocks in NAND flash 2014-03-26 10:50:09 +00:00
jffs2.h
linksys_bootcount.c mvebu: add support for the Linksys boot counter 2015-08-19 08:31:23 +00:00
Makefile mtd: enable "fixseama" on bcm53xx 2016-01-28 08:51:52 +00:00
md5.c
md5.h
mtd.c mtd: detect image format when writing 2016-02-06 16:29:12 +00:00
mtd.h mtd: detect image format when writing 2016-02-06 16:29:12 +00:00
seama.c
seama.h
trx.c mtd: detect image format when writing 2016-02-06 16:29:12 +00:00