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.
Petr Štetiar d6198d8625 mtd: cleanup unused code and variables in fis.c
While compile checking mtd changes in PR#1359 I've noticed following
compiler warnings and cleaned them up:

 fis.c: In function 'fis_remap':
 fis.c:143:25: warning: variable 'redboot' set but not used [-Wunused-but-set-variable]
   struct fis_image_desc *redboot = NULL;
                         ^~~~~~~
 fis.c:142:25: warning: variable 'fisdir' set but not used [-Wunused-but-set-variable]
   struct fis_image_desc *fisdir = NULL;
                         ^~~~~~

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
..
Makefile package: mtd: add fixseama command for ath79 5 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 mtd: cleanup unused code and variables in fis.c 5 years ago
fis.h mtd: add CRC signature to RedBoot partition map 5 years ago
imagetag.c treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
jffs2.c treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
jffs2.h packages: clean up the package folder 11 years ago
linksys_bootcount.c mtd: base-files: Unify dual-firmware devices (Linksys) 5 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: add CRC signature to RedBoot partition map 5 years ago
mtd.h mtd: add logic for TP-Link ramips recovery magic 5 years ago
seama.c mtd: fix endianness detection on musl 8 years ago
seama.h mtd: seama: add md5 to header struct 8 years ago
tpl_ramips_recoveryflag.c mtd: add logic for TP-Link ramips recovery magic 5 years ago
trx.c mtd: improve check for TRX header being already fixed 6 years ago
wrg.c mtd: add fixwrg command 6 years ago
wrgg.c mtd: Make fixwrgg command work on DIR-685 5 years ago
wrgg.h mtd: add fixwrgg command 8 years ago