[PATCH] command: Fix SMC and HVC maximum number of arguments
Simon Glass
sjg at chromium.org
Tue Jul 20 20:33:02 CEST 2021
On Wed, 14 Jul 2021 at 22:39, Siew Chin Lim
<elly.siew.chin.lim at intel.com> wrote:
>
> 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 at intel.com>
> ---
> cmd/smccc.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list