]> git.dujemihanovic.xyz Git - u-boot.git/commit
command: Fix SMC and HVC maximum number of arguments
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>
Thu, 15 Jul 2021 04:38:54 +0000 (12:38 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 22:53:46 +0000 (18:53 -0400)
commit8f20c480799c54f2ff6ee9ef3d735c342bca8054
treeb7696d1e3afcaca1baf9d57101501920145fea52
parentc48fec6e7c6ba173f42c9e8b70c001862e048220
command: Fix SMC and HVC maximum number of arguments

smc and hvc commands take upto 8 user input arguments, the maximum
number of arguments of the U_BOOT_CMD macro should set to 9.

Besides, fix the typo (arg7 -> arg6) in hvc command's help message.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/smccc.c