[PATCH 1/1] cmd: CMD_CLS should not depend on video

The cls command works fine on the serial console. There is no reason to let it depend on the availability of video.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- cmd/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index bfa12ce12a..6f00bd9307 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1914,7 +1914,6 @@ config CMD_CONITRACE
config CMD_CLS bool "Enable clear screen command 'cls'" - depends on DM_VIDEO || LCD || VIDEO default y if LCD help Enable the 'cls' command which clears the screen contents

On Fri, 7 Oct 2022 at 12:38, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
The cls command works fine on the serial console. There is no reason to let it depend on the availability of video.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
cmd/Kconfig | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
See also:
https://patchwork.ozlabs.org/project/uboot/patch/20221006143619.354301-14-sj...
participants (2)
-
Heinrich Schuchardt
-
Simon Glass