summaryrefslogtreecommitdiffstats
path: root/commands/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/false.c')
-rw-r--r--commands/false.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/false.c b/commands/false.c
index 67651c4bd8..94878a6fbd 100644
--- a/commands/false.c
+++ b/commands/false.c
@@ -30,7 +30,6 @@ static int do_false (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(false)
- .maxargs = 1,
.cmd = do_false,
.usage = "do nothing, unsuccessfully",
U_BOOT_CMD_END