summaryrefslogtreecommitdiffstats
path: root/commands/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rmdir.c')
-rw-r--r--commands/rmdir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/rmdir.c b/commands/rmdir.c
index 2d8d5162b2..1248b8b9a5 100644
--- a/commands/rmdir.c
+++ b/commands/rmdir.c
@@ -26,7 +26,6 @@ static const __maybe_unused char cmd_rmdir_help[] =
"Remove directories. The directories have to be empty.\n";
U_BOOT_CMD_START(rmdir)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_rmdir,
.usage = "remove directorie(s)",
U_BOOT_CMD_HELP(cmd_rmdir_help)