summaryrefslogtreecommitdiffstats
path: root/commands/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/clear.c')
-rw-r--r--commands/clear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/clear.c b/commands/clear.c
index dac15c8658..2d51574cd0 100644
--- a/commands/clear.c
+++ b/commands/clear.c
@@ -32,7 +32,6 @@ static int do_clear (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(clear)
- .maxargs = 1,
.cmd = do_clear,
.usage = "clear screen",
U_BOOT_CMD_END