]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: add config option to skip framebuffer clear
authorRob Clark <robdclark@gmail.com>
Thu, 3 Aug 2017 16:47:01 +0000 (12:47 -0400)
committerAnatolij Gustschin <agust@denx.de>
Tue, 12 Sep 2017 11:40:47 +0000 (13:40 +0200)
commit8ef05352508f99b9e69feeca17a49671cc3d0ccf
tree2d306cda8e7d18c70881e1b816f344d73d33809c
parent971d7e64245d5970ae9fe9a1f418e2900663248a
video: add config option to skip framebuffer clear

The use-case is that the thing that loaded u-boot already put a splash
image on screen.  And we want to preserve that until grub boot menu
takes over.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/video/Kconfig
drivers/video/cfb_console.c
drivers/video/video-uclass.c