summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Campello <campello@chromium.org>2021-04-30 10:38:43 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-30 18:27:00 +0000
commit733b9bfcf1eedecbbb18174b39e4c4fa47cff69b (patch)
tree5cbad4457e99814bbd0ea24ca9c0aa45a9d06dcd
parent7c2775b3a774f466eb9adaefed3533d285f4bbd7 (diff)
downloadchrome-ec-733b9bfcf1eedecbbb18174b39e4c4fa47cff69b.tar.gz
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 <campello@chromium.org> Change-Id: I52b66e30b916b361e0fd2b2621147f369d0844bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2863542 Commit-Queue: Andrey Pronin <apronin@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
-rw-r--r--docs/case_closed_debugging_cr50.md2
1 files changed, 1 insertions, 1 deletions
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.