summaryrefslogtreecommitdiffstats
path: root/commands/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/mkdir.c')
-rw-r--r--commands/mkdir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/mkdir.c b/commands/mkdir.c
index a9c0b45356..db1514bef5 100644
--- a/commands/mkdir.c
+++ b/commands/mkdir.c
@@ -64,7 +64,6 @@ static const __maybe_unused char cmd_mkdir_help[] =
"Create new directories\n";
U_BOOT_CMD_START(mkdir)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_mkdir,
.usage = "make directories",
U_BOOT_CMD_HELP(cmd_mkdir_help)