Hi Christian,
On 09.12.2018 16:34, Christian Lamparter wrote:
It allows specifying default and Netgear parsers directly in the DT.
Signed-off-by: Christian Lamparter <[email protected]>
---
.../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c
b/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c
index f356adcd4e..b7e56fc083 100644
--- a/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c
+++ b/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c
@@ -120,9 +120,15 @@ mtdsplit_fit_parse(struct mtd_info *mtd,
return 2;
}
+static const struct of_device_id mtdsplit_fit_of_match_table[] = {
+ { .compatible = "openwrt,fit-firmware" },
Shouldn't that be "denx,fit", same as in case of "denx,uimage"? AFAIK,
FIT format also comes from U-Boot and it's not OpenWrt specific (please,
correct me if I'm wrong here).
--
Cheers,
Piotr
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel