summaryrefslogtreecommitdiffstats
path: root/commands/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls.c')
-rw-r--r--commands/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/ls.c b/commands/ls.c
index 2522546472..6e085ae353 100644
--- a/commands/ls.c
+++ b/commands/ls.c
@@ -200,7 +200,6 @@ static const __maybe_unused char cmd_ls_help[] =
" -R list subdirectories recursively\n";
U_BOOT_CMD_START(ls)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_ls,
.usage = "list a file or directory",
U_BOOT_CMD_HELP(cmd_ls_help)