1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-16 18:58:04 +03:00
openwrt-xburst/target/linux/generic/patches-2.6.32/088-winbond_cmdset.patch

11 lines
278 B
Diff
Raw Normal View History

--- a/drivers/mtd/chips/gen_probe.c
+++ b/drivers/mtd/chips/gen_probe.c
@@ -249,6 +249,7 @@ static struct mtd_info *check_cmd_set(st
#endif
#ifdef CONFIG_MTD_CFI_AMDSTD
case 0x0002:
+ case 0x0006:
return cfi_cmdset_0002(map, primary);
#endif
#ifdef CONFIG_MTD_CFI_STAA