aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/gen_probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/chips/gen_probe.c')
-rw-r--r--drivers/mtd/chips/gen_probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/chips/gen_probe.c b/drivers/mtd/chips/gen_probe.c
index 1d56887c839b..75a8f9db8e4f 100644
--- a/drivers/mtd/chips/gen_probe.c
+++ b/drivers/mtd/chips/gen_probe.c
@@ -248,6 +248,7 @@ static struct mtd_info *check_cmd_set(struct map_info *map, int primary)
248#endif 248#endif
249#ifdef CONFIG_MTD_CFI_AMDSTD 249#ifdef CONFIG_MTD_CFI_AMDSTD
250 case P_ID_AMD_STD: 250 case P_ID_AMD_STD:
251 case P_ID_SST_OLD:
251 return cfi_cmdset_0002(map, primary); 252 return cfi_cmdset_0002(map, primary);
252#endif 253#endif
253#ifdef CONFIG_MTD_CFI_STAA 254#ifdef CONFIG_MTD_CFI_STAA