summaryrefslogtreecommitdiffstats
path: root/commands/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/setenv.c')
-rw-r--r--commands/setenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/setenv.c b/commands/setenv.c
index 9fbacd74c5..944c21592c 100644
--- a/commands/setenv.c
+++ b/commands/setenv.c
@@ -46,7 +46,6 @@ static const __maybe_unused char cmd_setenv_help[] =
U_BOOT_CMD_START(setenv)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_setenv,
.usage = "set environment variables",
U_BOOT_CMD_HELP(cmd_setenv_help)