summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-09 22:25:39 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-09 22:25:39 +0000
commit3d6e2637d676a9e7cd6f0a70f2add9d214c28754 (patch)
tree8e516804365e866f34cdd992fe2e4c18abe3f7f4 /util/nvmutil/nvmutil.c
parent1e45d19f5d2507fc6cfc01e98024fe55c5da060a (diff)
util/nvmutil: remove stale comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r--util/nvmutil/nvmutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 7cd300db..c2da4b1e 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -284,10 +284,6 @@ struct commands {
* Command table, for nvmutil commands
*/
static const struct commands command[] = {
- /*
- * Unlike older versions, we require at least
- * one checksum to be valid when running dump.
- */
{ CMD_DUMP, "dump", cmd_helper_dump, ARGC_3,
NO_INVERT, SET_MOD_OFF,
ARG_NOPART,