Re: [PATCH] cmd: cls: do not repeat clearing of console

2025-04-24 Thread Tom Rini
On Wed, 19 Mar 2025 16:50:03 +0530, Sughosh Ganu wrote: > There is no need to repeat the command to clear the console. Remove > it's repeat attribute. > > Applied to u-boot/master, thanks! [1/1] cmd: cls: do not repeat clearing of console commit: 068eebd065ce7f4dc1ffeacc6a15a41982561015

Re: [PATCH] cmd: cls: do not repeat clearing of console

2025-04-23 Thread Sughosh Ganu
On Wed, 19 Mar 2025 at 16:50, Sughosh Ganu wrote: > > There is no need to repeat the command to clear the console. Remove > it's repeat attribute. > > Signed-off-by: Sughosh Ganu > --- Can this be merged if there is no objection to the change? Thanks. -sughosh > cmd/cls.c | 2 +- > 1 file cha

[PATCH] cmd: cls: do not repeat clearing of console

2025-03-19 Thread Sughosh Ganu
There is no need to repeat the command to clear the console. Remove it's repeat attribute. Signed-off-by: Sughosh Ganu --- cmd/cls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cls.c b/cmd/cls.c index 4bee8a18305..b1e0619334b 100644 --- a/cmd/cls.c +++ b/cmd/cls.c @@