summaryrefslogtreecommitdiff
path: root/host/lib/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/flashrom.c')
-rw-r--r--host/lib/flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/flashrom.c b/host/lib/flashrom.c
index 62ab1bc8..e83dfb20 100644
--- a/host/lib/flashrom.c
+++ b/host/lib/flashrom.c
@@ -155,7 +155,7 @@ vb2_error_t flashrom_write(const char *programmer, const char *region,
FLASHROM_EXEC_NAME,
"-p",
programmer,
- "--fast-verify",
+ "--noverify-all",
"-w",
region ? "-i" : tmpfile,
region ? region_param : NULL,