x86: Avoid clearing the VESA display
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:30 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit899ab6cd52a4827b80dc58d25695392da40eb8ab
tree8ad0f788b0643122426a641123a33384abe91fbe
parenta9ba0080db7fd01b7e36c98fe6cf532a993c5127
x86: Avoid clearing the VESA display

U-Boot clears the display when it starts up, so there is no need to ask
the VESA driver to do this. Fix this and add a comment explaining the
flags.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bios.c