summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/flashrom.c b/flashrom.c
index 326f725..3710606 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -975,12 +975,6 @@ int erase_flash(struct flashchip *flash)
if (!ret)
break;
}
- /* If no block erase function was found or block erase failed, retry. */
- if ((!found || ret) && (flash->erase)) {
- found = 1;
- printf_debug("Trying whole-chip erase function... ");
- ret = flash->erase(flash);
- }
if (!found) {
fprintf(stderr, "ERROR: flashrom has no erase function for this flash chip.\n");
return 1;
OpenPOWER on IntegriCloud