summaryrefslogtreecommitdiffstats
path: root/commands/go.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/go.c')
-rw-r--r--commands/go.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/go.c b/commands/go.c
index 82a20d7f71..283b6d49be 100644
--- a/commands/go.c
+++ b/commands/go.c
@@ -79,7 +79,6 @@ static const __maybe_unused char cmd_go_help[] =
"in which case the file is memmapped and executed\n";
U_BOOT_CMD_START(go)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_go,
.usage = "start application at address or file",
U_BOOT_CMD_HELP(cmd_go_help)