On 20.01.2021 15:35, Bjørn Mork wrote:
@@ -283,59 +264,10 @@ static struct mtd_part_parser uimage_generic_parser = {
        .owner = THIS_MODULE,
        .name = "uimage-fw",
        .of_match_table = mtdsplit_uimage_of_match_table,
-       .parse_fn = mtdsplit_uimage_parse_generic,
+       .parse_fn = __mtdsplit_parse_uimage,
        .type = MTD_PARSER_TYPE_FIRMWARE,
  };
-/**************************************************
- * Edimax
- **************************************************/
-
-#define FW_EDIMAX_OFFSET       20
-#define FW_MAGIC_EDIMAX                0x43535953

Same thing here? Maybe put that in the dt-bindings/mtd/partitions/uimage.h ?

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to