Re: [U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear

2017-08-28 Thread Anatolij Gustschin
On Thu, 3 Aug 2017 12:47:01 -0400 Rob Clark robdcl...@gmail.com wrote: > 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 > --- > drivers/video/Kconfig

[U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear

2017-08-03 Thread Rob Clark
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 --- drivers/video/Kconfig| 8 drivers/video/cfb_console.c | 3 ++- drivers/video/video-uclass.c | 4 ++

[U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear

2017-07-21 Thread Rob Clark
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 --- drivers/video/Kconfig| 8 drivers/video/cfb_console.c | 3 ++- drivers/video/video-uclass.c | 4 ++