summaryrefslogtreecommitdiffstats
path: root/commands/readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/readline.c')
-rw-r--r--commands/readline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/readline.c b/commands/readline.c
index f3fad4bb52..9b12da3015 100644
--- a/commands/readline.c
+++ b/commands/readline.c
@@ -50,7 +50,6 @@ static const __maybe_unused char cmd_readline_help[] =
"readline reads a line of user input into variable VAR.\n";
U_BOOT_CMD_START(readline)
- .maxargs = 3,
.cmd = do_readline,
.usage = "prompt for user input",
U_BOOT_CMD_HELP(cmd_readline_help)