enable MyLoader partition parser
[openwrt/openwrt.git] / target / linux / atheros / files / drivers / mtd / devices / spiflash.c
index c4c2016d8b070ac1617b241c7e89aa97d5e0d4ea..92d4fff9970527cec0f52c0b41eba569cc7b0a85 100644 (file)
@@ -425,7 +425,7 @@ spiflash_write (struct mtd_info *mtd,loff_t to,size_t len,size_t *retlen,const u
 
 
 #ifdef CONFIG_MTD_PARTITIONS
-static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL };
+static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", "MyLoader", NULL };
 #endif