aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-04-15 13:44:39 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2021-04-20 02:19:52 +0000
commitaaf1c600437e3c485fcc05f5fcb63e6e10d257f1 (patch)
tree0cd8f8a4a45591d1852423320f95df19590c5f43 /flashrom.c
parentcbe8a39ece4c228ffb23736da3f477ef3b82358c (diff)
downloadflashrom-aaf1c600437e3c485fcc05f5fcb63e6e10d257f1.tar.gz
flashrom-aaf1c600437e3c485fcc05f5fcb63e6e10d257f1.tar.bz2
flashrom-aaf1c600437e3c485fcc05f5fcb63e6e10d257f1.zip
flashrom.c: Fix up stale FIXME comment when doit() was removed
Once upon a time flashrom had a entry point function called doit(). Excise the last mention of it here so that we may never mention it again. BUG=none TEST=none Change-Id: I40d815b7154456c323b4230cd3fed2cc2e8e3641 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/52365 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashrom.c b/flashrom.c
index c89abad6..056fc57e 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -2189,8 +2189,8 @@ int selfcheck(void)
return ret;
}
-/* FIXME: This function signature needs to be improved once doit() has a better
- * function signature.
+/* FIXME: This function signature needs to be improved once prepare_flash_access()
+ * has a better function signature.
*/
static int chip_safety_check(const struct flashctx *flash, int force,
int read_it, int write_it, int erase_it, int verify_it)