summaryrefslogtreecommitdiffstats
path: root/commands/saveenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/saveenv.c')
-rw-r--r--commands/saveenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/saveenv.c b/commands/saveenv.c
index fc1eee7d06..d28b4d338c 100644
--- a/commands/saveenv.c
+++ b/commands/saveenv.c
@@ -101,7 +101,6 @@ static const __maybe_unused char cmd_saveenv_help[] =
"Note that envfs can only handle files. Directories are skipped silently.\n";
U_BOOT_CMD_START(saveenv)
- .maxargs = 3,
.cmd = do_saveenv,
.usage = "save environment to persistent storage",
U_BOOT_CMD_HELP(cmd_saveenv_help)