summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bootm.c')
-rw-r--r--commands/bootm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index 9e16e06815..853f70a320 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -458,7 +458,6 @@ static const __maybe_unused char cmd_bootm_help[] =
U_BOOT_CMD_START(bootm)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_bootm,
.usage = "boot application image",
U_BOOT_CMD_HELP(cmd_bootm_help)
@@ -524,7 +523,7 @@ static int image_info (ulong addr)
}
U_BOOT_CMD(
- iminfo, CONFIG_MAXARGS, 1, do_iminfo,
+ iminfo, 1, do_iminfo,
"iminfo - print header information for application image\n",
"addr [addr ...]\n"
" - print header information for application image starting at\n"