mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
util/nvmutil: remove stale comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -284,10 +284,6 @@ struct commands {
|
|||||||
* Command table, for nvmutil commands
|
* Command table, for nvmutil commands
|
||||||
*/
|
*/
|
||||||
static const struct commands command[] = {
|
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,
|
{ CMD_DUMP, "dump", cmd_helper_dump, ARGC_3,
|
||||||
NO_INVERT, SET_MOD_OFF,
|
NO_INVERT, SET_MOD_OFF,
|
||||||
ARG_NOPART,
|
ARG_NOPART,
|
||||||
|
|||||||
Reference in New Issue
Block a user