Re: [U-Boot] [PATCH] splash: fix splash banner output

2019-09-20 Thread Anatolij Gustschin
On Fri, 20 Sep 2019 17:43:55 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > --- > common/splash.c | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) This has some build issues with sandbox and arc arch, I'll prepare v2 patch. -- Anatolij

[U-Boot] [PATCH] splash: fix splash banner output

2019-09-20 Thread Anatolij Gustschin
Old splash code in cfb_console driver displayed U-Boot version string by default. Restore this behaviour for DM_VIDEO enabled configurations. Signed-off-by: Anatolij Gustschin --- common/splash.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff