From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 29 Aug 2017 00:15:08 +0200 Subject: [U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear In-Reply-To: <20170803164705.10591-3-robdclark@gmail.com> References: <20170803164705.10591-1-robdclark@gmail.com> <20170803164705.10591-3-robdclark@gmail.com> Message-ID: <20170829001508.558436ce@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 3 Aug 2017 12:47:01 -0400 Rob Clark robdclark at 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 | 8 ++++++++ > drivers/video/cfb_console.c | 3 ++- > drivers/video/video-uclass.c | 4 +++- > 3 files changed, 13 insertions(+), 2 deletions(-) Applied to u-boot-video/next, thanks! -- Anatolij