summaryrefslogtreecommitdiffstats
path: root/commands/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/export.c')
-rw-r--r--commands/export.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/export.c b/commands/export.c
index 55d61554a3..750a83f3b0 100644
--- a/commands/export.c
+++ b/commands/export.c
@@ -56,7 +56,6 @@ static const __maybe_unused char cmd_export_help[] =
"export an environment variable to subsequently executed scripts\n";
U_BOOT_CMD_START(export)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_export,
.usage = "export environment variables",
U_BOOT_CMD_HELP(cmd_export_help)