summaryrefslogtreecommitdiffstats
path: root/commands/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rm.c')
-rw-r--r--commands/rm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/rm.c b/commands/rm.c
index d211718f5f..a5b29d2553 100644
--- a/commands/rm.c
+++ b/commands/rm.c
@@ -47,7 +47,6 @@ static const __maybe_unused char cmd_rm_help[] =
"Remove files\n";
U_BOOT_CMD_START(rm)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_rm,
.usage = "remove files",
U_BOOT_CMD_HELP(cmd_rm_help)