From 733b9bfcf1eedecbbb18174b39e4c4fa47cff69b Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Fri, 30 Apr 2021 10:38:43 -0600 Subject: flashrom: remove --fast-verify from documentation This options is not used anymore and it was never exercised for read operations. Updating documentation to reflect current state. BUG=b:186479007 TEST=none Signed-off-by: Daniel Campello Change-Id: I52b66e30b916b361e0fd2b2621147f369d0844bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2863542 Commit-Queue: Andrey Pronin Reviewed-by: Andrey Pronin --- docs/case_closed_debugging_cr50.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md index b7f933fe83..a5cad0ed43 100644 --- a/docs/case_closed_debugging_cr50.md +++ b/docs/case_closed_debugging_cr50.md @@ -776,7 +776,7 @@ reading and writing sections we care about: # only if you need to preserve the DUT's identity, no need to run it in case # the DUT flash is not programmed at all, or you do not care about preserving # the device identity. -sudo flashrom -p raiden_debug_spi:target=AP -i FMAP -i RO_VPD -i RW_VPD -r /tmp/bios.essentials.bin --fast-verify +sudo flashrom -p raiden_debug_spi:target=AP -i FMAP -i RO_VPD -i RW_VPD -r /tmp/bios.essentials.bin # This command will erase the entire flash chip in one shot, the fastest # possible way to erase. -- cgit v1.2.1