summaryrefslogtreecommitdiffstats
path: root/commands/meminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/meminfo.c')
-rw-r--r--commands/meminfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/meminfo.c b/commands/meminfo.c
index 95f27e0f4f..04b32b7df2 100644
--- a/commands/meminfo.c
+++ b/commands/meminfo.c
@@ -31,7 +31,6 @@ static int do_meminfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(meminfo)
- .maxargs = 1,
.cmd = do_meminfo,
.usage = "print info about memory usage",
U_BOOT_CMD_END