imagebuilder: x86 fails to build inside the imagebuilder
[openwrt.git] / target / linux / generic / patches-3.12 / 460-mtd-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 @@ -780,7 +780,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;