summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-07-24 16:38:09 -0400
committerTom Rini <[email protected]>2021-07-24 16:39:36 -0400
commit7d4ce5ea53bdf4be8a951154c65ceef4b389fea7 (patch)
treee84e326d3b8553b10bc3e6b9df655a8b17d06429 /cmd
parentedecc15eb9593b94dcd6a5f4f5ea5f134125b6a0 (diff)
parent91a043896dfb8544db00496bee08bcf59e449dc9 (diff)
Merge branch '2021-07-24-arm-and-platform-updates'
- dragonboard410c, synquacer, aspeed fixes / updates - pl011 serial driver fixes - Two generic arm bugfixes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/smccc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/smccc.c b/cmd/smccc.c
index 0b19f6c68c6..0ff9a080217 100644
--- a/cmd/smccc.c
+++ b/cmd/smccc.c
@@ -50,7 +50,7 @@ static int do_call(struct cmd_tbl *cmdtp, int flag, int argc,
#ifdef CONFIG_CMD_SMC
U_BOOT_CMD(
- smc, 8, 2, do_call,
+ smc, 9, 2, do_call,
"Issue a Secure Monitor Call",
"<fid> [arg1 ... arg6] [id]\n"
" - fid Function ID\n"
@@ -61,9 +61,9 @@ U_BOOT_CMD(
#ifdef CONFIG_CMD_HVC
U_BOOT_CMD(
- hvc, 8, 2, do_call,
+ hvc, 9, 2, do_call,
"Issue a Hypervisor Call",
- "<fid> [arg1...arg7] [id]\n"
+ "<fid> [arg1...arg6] [id]\n"
" - fid Function ID\n"
" - arg HVC arguments, passed to X1-X6 (default to zero)\n"
" - id Session ID, passed to W7 (defaults to zero)\n"