Re: [PATCH] cmd: spi: Judge the number of added parameters

2023-01-12 Thread Tom Rini
On Tue, Dec 06, 2022 at 05:24:38PM +0800, chenzhipeng wrote: > When only sspi is entered, help information can be printed. > > Signed-off-by: chenzhipeng > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] cmd: spi: Judge the number of added parameters

2022-12-06 Thread Simon Glass
On Wed, 7 Dec 2022 at 03:50, chenzhipeng wrote: > > When only sspi is entered, help information can be printed. > > Signed-off-by: chenzhipeng > --- > cmd/spi.c | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Simon Glass > diff --git a/cmd/spi.c b/cmd/spi.c > index 454ebe37d7..f30

[PATCH] cmd: spi: Judge the number of added parameters

2022-12-06 Thread chenzhipeng
When only sspi is entered, help information can be printed. Signed-off-by: chenzhipeng --- cmd/spi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/spi.c b/cmd/spi.c index 454ebe37d7..f30018f33b 100644 --- a/cmd/spi.c +++ b/cmd/spi.c @@ -112,6 +112,9 @@ int do_spi(struct cmd_tbl *cmd