You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
Makefile mtd: enable "fixseama" on bcm53xx 9 years ago
crc32.c packages: clean up the package folder 11 years ago
crc32.h packages: clean up the package folder 11 years ago
fis.c packages: clean up the package folder 11 years ago
fis.h packages: clean up the package folder 11 years ago
imagetag.c package: mtd: move bcm963xx_tag definition into source code 9 years ago
jffs2.c mtd: add support for bad blocks in NAND flash 10 years ago
jffs2.h packages: clean up the package folder 11 years ago
linksys_bootcount.c mvebu: add support for the Linksys boot counter 9 years ago
md5.c packages: clean up the package folder 11 years ago
md5.h packages: clean up the package folder 11 years ago
mtd.c mtd: detect image format when writing 8 years ago
mtd.h mtd: detect image format when writing 8 years ago
seama.c packages: clean up the package folder 11 years ago
seama.h packages: clean up the package folder 11 years ago
trx.c mtd: detect image format when writing 8 years ago