From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 4 Jun 2019 23:37:13 +0200 Subject: [U-Boot] [PATCH 1/1] splash: display splash in DM_VIDEO configurations In-Reply-To: <20190529090141.9265-1-igor.opaniuk@toradex.com> References: <20190529090141.9265-1-igor.opaniuk@toradex.com> Message-ID: <20190604233713.1ed240a6@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 Wed, 29 May 2019 09:01:43 +0000 Igor Opaniuk igor.opaniuk at toradex.com wrote: > Currently for CONFIG_DM_VIDEO=y setting splashimage env variable doesn't > have any effect. Introduce a common function for both dm-video/lcd stacks, > that checks env("splashimage") and invokes bmp_display() accordingly. > For additional details please check discussion [1]. > > [1] https://lists.denx.de/pipermail/u-boot/2019-May/371002.html > > Signed-off-by: Igor Opaniuk > --- > common/lcd.c | 10 +++------- > common/splash.c | 16 ++++++++++++++-- > common/stdio.c | 4 ++++ > include/splash.h | 6 +++--- > 4 files changed, 24 insertions(+), 12 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij