summaryrefslogtreecommitdiffstats
path: root/commands/insmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/insmod.c')
-rw-r--r--commands/insmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/insmod.c b/commands/insmod.c
index 0b7c91ff00..82858bf825 100644
--- a/commands/insmod.c
+++ b/commands/insmod.c
@@ -36,7 +36,6 @@ static const __maybe_unused char cmd_insmod_help[] =
"Usage: insmod <module>\n";
U_BOOT_CMD_START(insmod)
- .maxargs = 2,
.cmd = do_insmod,
.usage = "insert a module",
U_BOOT_CMD_HELP(cmd_insmod_help)