]> git.baikalelectronics.ru Git - uboot.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)
commitfd1ca35cdc0178995246c4e407cf4fe81666373f
tree2d306cda8e7d18c70881e1b816f344d73d33809c
parent41c753e6e21a8ce831139ca090f347f78d7aac0c
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