summaryrefslogtreecommitdiffstats
path: root/commands/memtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/memtest.c')
-rw-r--r--commands/memtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/memtest.c b/commands/memtest.c
index 07b7b22d3b..d2c61200bf 100644
--- a/commands/memtest.c
+++ b/commands/memtest.c
@@ -348,7 +348,6 @@ static const __maybe_unused char cmd_mtest_help[] =
"\nsimple RAM read/write test\n";
U_BOOT_CMD_START(mtest)
- .maxargs = 4,
.cmd = do_mem_mtest,
.usage = "simple RAM test",
U_BOOT_CMD_HELP(cmd_mtest_help)