Root/target/linux/generic/patches-3.7/460-cfi_cmdset_0002_no_erase_suspend.patch

1--- a/drivers/mtd/chips/cfi_cmdset_0002.c
2+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3@@ -762,7 +762,7 @@ static int get_chip(struct map_info *map
4         return 0;
5 
6     case FL_ERASING:
7- if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
8+ if (1 /* no suspend */ || !cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
9             !(mode == FL_READY || mode == FL_POINT ||
10             (mode == FL_WRITING && (cfip->EraseSuspend & 0x2))))
11             goto sleep;
12

Archive Download this file



interactive