cmd: cls: do not repeat clearing of console
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 19 Mar 2025 11:20:03 +0000 (16:50 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 16:44:07 +0000 (10:44 -0600)
commit068eebd065ce7f4dc1ffeacc6a15a41982561015
treedb28f7307221e33319219728cefa9d94ac72de6d
parentfd313530ae79e96f1b7a9edbf2bb98908985e6ba
cmd: cls: do not repeat clearing of console

There is no need to repeat the command to clear the console. Remove
it's repeat attribute.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
cmd/cls.c