summaryrefslogtreecommitdiffstats
path: root/commands/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bmp.c')
-rw-r--r--commands/bmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bmp.c b/commands/bmp.c
index 22d7275d8f..181639a7d9 100644
--- a/commands/bmp.c
+++ b/commands/bmp.c
@@ -202,7 +202,6 @@ static const __maybe_unused char cmd_bmp_help[] =
" -o render offscreen\n";
U_BOOT_CMD_START(bmp)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_bmp,
.usage = "show a bmp image",
U_BOOT_CMD_HELP(cmd_bmp_help)