summaryrefslogtreecommitdiffstats
path: root/commands/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/printenv.c')
-rw-r--r--commands/printenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/printenv.c b/commands/printenv.c
index 27b2049d5d..a7efd142cc 100644
--- a/commands/printenv.c
+++ b/commands/printenv.c
@@ -72,7 +72,6 @@ static const __maybe_unused char cmd_printenv_help[] =
U_BOOT_CMD_START(printenv)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_printenv,
.usage = "print environment variables",
U_BOOT_CMD_HELP(cmd_printenv_help)