commit | cde03fa23e2fa47707ef81b9a91b1f4b631adbb7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:15:23 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | 85b32c19c85c378aee63a32a4de70195671df265 | |
parent | c0e708eb9f3f7b502c018d93f8d4daaaabb29fee [diff] |
video: Add a function to clear the display Move the code from the 'cls' command into the console file, so it can be called from elsewhere. Signed-off-by: Simon Glass <sjg@chromium.org>