
4 Jun
2019
4 Jun
'19
11:37 p.m.
On Wed, 29 May 2019 09:01:43 +0000 Igor Opaniuk igor.opaniuk@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 igor.opaniuk@toradex.com
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