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
@ -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 New Issue
Block a user