From e75ef3e37764a88e9a6687a9f08347091d2209b6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 22 Nov 2008 19:43:26 +0000 Subject: [atheros] enable MyLoader partition parser git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/files/drivers/mtd/devices/spiflash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/files') diff --git a/target/linux/atheros/files/drivers/mtd/devices/spiflash.c b/target/linux/atheros/files/drivers/mtd/devices/spiflash.c index c4c2016d8b..92d4fff997 100644 --- a/target/linux/atheros/files/drivers/mtd/devices/spiflash.c +++ b/target/linux/atheros/files/drivers/mtd/devices/spiflash.c @@ -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 -- cgit v1.2.3