projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move linux/switch.h to generic files/ instead of the kernel version specific directories
[openwrt.git]
/
target
/
linux
/
atheros
/
files
/
drivers
/
mtd
/
devices
/
spiflash.c
diff --git
a/target/linux/atheros/files/drivers/mtd/devices/spiflash.c
b/target/linux/atheros/files/drivers/mtd/devices/spiflash.c
index
c4c2016
..
92d4fff
100644
(file)
--- 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
This page took
0.022464 seconds
and
4
git commands to generate.