commit | e0455a4baed7512e0d233bad1f42118a46706e07 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Dec 01 10:47:20 2018 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Dec 04 19:44:57 2018 +0100 |
tree | d6471842dc3671a045f3a8b148cc7a220427bb02 | |
parent | 7d18673b0198655d766a8c7e7b7e4e347830f34c [diff] |
cmd: add clear screen 'cls' command Add common clear screen command for configurations CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE. Remove the existing cls command implementation from lcd.c code and activate the command for all boards enabling CONFIG_LCD for compatibility reasons. Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Patrick.Delaunay <patrick.delaunay@free.fr>