summaryrefslogtreecommitdiffstats
path: root/commands/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/mount.c')
-rw-r--r--commands/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/mount.c b/commands/mount.c
index 530bd8ca1b..66767f7828 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -71,7 +71,6 @@ static const __maybe_unused char cmd_mount_help[] =
"root directory.\n";
U_BOOT_CMD_START(mount)
- .maxargs = 4,
.cmd = do_mount,
.usage = "mount a filesystem to a device",
U_BOOT_CMD_HELP(cmd_mount_help)