summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vboot_hash.c')
-rw-r--r--common/vboot_hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/vboot_hash.c b/common/vboot_hash.c
index 0a70b006b9..8de7d8931e 100644
--- a/common/vboot_hash.c
+++ b/common/vboot_hash.c
@@ -328,8 +328,7 @@ static int command_hash(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(hash, command_hash,
"[abort | ro | rw] | [<offset> <size> [<nonce>]]",
- "Request hash recomputation",
- NULL);
+ "Request hash recomputation");
#endif /* CONFIG_CMD_HASH */
/****************************************************************************/
/* Host commands */