You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
278 B
11 lines
278 B
15 years ago
|
--- 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
|
||
15 years ago
|
#endif
|
||
|
#ifdef CONFIG_MTD_CFI_AMDSTD
|
||
|
case 0x0002:
|
||
|
+ case 0x0006:
|
||
|
return cfi_cmdset_0002(map, primary);
|
||
|
#endif
|
||
|
#ifdef CONFIG_MTD_CFI_STAA
|