summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/crc.c')
-rw-r--r--commands/crc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/crc.c b/commands/crc.c
index d828bc987c..6983c9d090 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -115,7 +115,6 @@ static const __maybe_unused char cmd_crc_help[] =
" -v <crc> Verfify\n";
U_BOOT_CMD_START(crc32)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_crc,
.usage = "crc32 checksum calculation",
U_BOOT_CMD_HELP(cmd_crc_help)