summaryrefslogtreecommitdiffstats
path: root/commands/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/test.c')
-rw-r--r--commands/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/test.c b/commands/test.c
index 67807c073f..fa01bc0d91 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -231,7 +231,6 @@ static const __maybe_unused char cmd_test_usage[] = "minimal test like /bin/sh";
U_BOOT_CMD_START(test)
.aliases = test_aliases,
- .maxargs = CONFIG_MAXARGS,
.cmd = do_test,
.usage = cmd_test_usage,
U_BOOT_CMD_HELP(cmd_test_help)