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