]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Add a function to clear the display
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:23 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitcde03fa23e2fa47707ef81b9a91b1f4b631adbb7
tree85b32c19c85c378aee63a32a4de70195671df265
parentc0e708eb9f3f7b502c018d93f8d4daaaabb29fee
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>
cmd/cls.c
common/console.c
include/console.h