|
@@ -2590,6 +2590,8 @@ static void cfi_intelext_resume(struct mtd_info *mtd)
|
|
|
|
|
|
/* Go to known state. Chip may have been power cycled */
|
|
/* Go to known state. Chip may have been power cycled */
|
|
if (chip->state == FL_PM_SUSPENDED) {
|
|
if (chip->state == FL_PM_SUSPENDED) {
|
|
|
|
+ /* Refresh LH28F640BF Partition Config. Register */
|
|
|
|
+ fixup_LH28F640BF(mtd);
|
|
map_write(map, CMD(0xFF), cfi->chips[i].start);
|
|
map_write(map, CMD(0xFF), cfi->chips[i].start);
|
|
chip->oldstate = chip->state = FL_READY;
|
|
chip->oldstate = chip->state = FL_READY;
|
|
wake_up(&chip->wq);
|
|
wake_up(&chip->wq);
|