aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/drivers
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-22 19:43:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-22 19:43:26 +0000
commitc27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0 (patch)
tree6e34d46327c73875edd7c2de7d08d7c66b99d48e /target/linux/atheros/files/drivers
parent6113df909539729a6da81f6054bfcec8e5cba89b (diff)
downloadupstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.tar.gz
upstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.tar.bz2
upstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.zip
enable MyLoader partition parser
SVN-Revision: 13317
Diffstat (limited to 'target/linux/atheros/files/drivers')
-rw-r--r--target/linux/atheros/files/drivers/mtd/devices/spiflash.c2
1 files changed, 1 insertions, 1 deletions
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