uboot-mediatek: update to v2023.04
[openwrt/staging/jow.git] / package / boot / uboot-mediatek / patches / 100-05-mtd-add-a-new-mtd-device-type-for-NMBM.patch
index 1c62130cf62616e4fb496351d28d4241d7870d08..d90ca6470413dea91a27987446d5a5dbfefcb66f 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
 
 --- a/cmd/mtdparts.c
 +++ b/cmd/mtdparts.c
-@@ -1060,6 +1060,9 @@ int mtd_id_parse(const char *id, const c
+@@ -1057,6 +1057,9 @@ int mtd_id_parse(const char *id, const c
        } else if (strncmp(p, "spi-nand", 8) == 0) {
                *dev_type = MTD_DEV_TYPE_SPINAND;
                p += 8;