Re: [PATCH] command: Fix SMC and HVC maximum number of arguments

2021-07-24 Thread Tom Rini
On Thu, Jul 15, 2021 at 12:38:54PM +0800, Siew Chin Lim 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

Re: [PATCH] command: Fix SMC and HVC maximum number of arguments

2021-07-20 Thread Simon Glass
On Wed, 14 Jul 2021 at 22:39, Siew Chin Lim 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 > --- >

[PATCH] command: Fix SMC and HVC maximum number of arguments

2021-07-14 Thread Siew Chin Lim
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 --- cmd/smccc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletio