mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
video: Enable the cls command by default
This is enabled for LCD but not for VIDEO. Enable it since it is useful to be able to clear the screen and adds very little code. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
57a847cd40
commit
3f425f9ca7
1 changed files with 1 additions and 1 deletions
|
@ -1939,7 +1939,7 @@ config CMD_CONITRACE
|
|||
|
||||
config CMD_CLS
|
||||
bool "Enable clear screen command 'cls'"
|
||||
default y if LCD
|
||||
default y if LCD || DM_VIDEO
|
||||
help
|
||||
Enable the 'cls' command which clears the screen contents
|
||||
on video frame buffer.
|
||||
|
|
Loading…
Reference in a new issue