summaryrefslogtreecommitdiffstats
path: root/commands/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/exec.c')
-rw-r--r--commands/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/exec.c b/commands/exec.c
index 4a232b6d05..aeb769d573 100644
--- a/commands/exec.c
+++ b/commands/exec.c
@@ -54,7 +54,6 @@ out:
}
U_BOOT_CMD_START(exec)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_exec,
.usage = "execute a script",
U_BOOT_CMD_END