mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-19 11:02:09 -05:00
Currently the detection of external-data FIT images works by checking if the FIT structure is more than 4 kiB. However, for boards with lots of different DT-overlays and configurations the FIT structure can exceed 4 kiB which results in the FIT splitter to fail detecting the rootfs. Increase the threshold for external-data FIT to 512 kiB as there aren't any kernel images smaller than that, and FIT structure less than 512 kiB will always be an external-data FIT. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtdsplit_bcm63xx.c | ||
| mtdsplit_bcm_wfi.c | ||
| mtdsplit_brnimage.c | ||
| mtdsplit_cfe_bootfs.c | ||
| mtdsplit_elf.c | ||
| mtdsplit_eva.c | ||
| mtdsplit_fit.c | ||
| mtdsplit_h3c_vfs.c | ||
| mtdsplit_jimage.c | ||
| mtdsplit_lzma.c | ||
| mtdsplit_minor.c | ||
| mtdsplit_mstc_boot.c | ||
| mtdsplit_seama.c | ||
| mtdsplit_seil.c | ||
| mtdsplit_squashfs.c | ||
| mtdsplit_tplink.c | ||
| mtdsplit_trx.c | ||
| mtdsplit_uimage.c | ||
| mtdsplit_wrgg.c | ||
| mtdsplit.c | ||
| mtdsplit.h | ||