summaryrefslogtreecommitdiffstats
path: root/commands/timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/timeout.c')
-rw-r--r--commands/timeout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/timeout.c b/commands/timeout.c
index 8093959216..b0fd906f9c 100644
--- a/commands/timeout.c
+++ b/commands/timeout.c
@@ -103,7 +103,6 @@ static const __maybe_unused char cmd_timeout_help[] =
" -s silent mode\n";
U_BOOT_CMD_START(timeout)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_timeout,
.usage = "wait for a specified timeout",
U_BOOT_CMD_HELP(cmd_timeout_help)