Re: [U-Boot] [PATCH 3/7] imx: mx6sabresd: fix splash logo drawing

2019-09-20 Thread Anatolij Gustschin
Hi Fabio, On Thu, 19 Sep 2019 15:30:43 -0300 Fabio Estevam feste...@gmail.com wrote: ... > One thing I noticed is that now I don't see the U-Boot version string > shown in the splashscreen as we used to see before the DM conversion. Thanks for testing! I've sent a patch to address this:

Re: [U-Boot] [PATCH 3/7] imx: mx6sabresd: fix splash logo drawing

2019-09-19 Thread Fabio Estevam
Hi Anatolij, On Thu, Sep 19, 2019 at 3:26 PM Fabio Estevam wrote: > > Hi Anatolij, > > On Thu, Sep 19, 2019 at 2:30 PM Anatolij Gustschin wrote: > > > > After mxc_ipuv3 DM_VIDEO conversion showing splash image > > doesn't work. Fix this. Also enable white on black console > > configuration as

Re: [U-Boot] [PATCH 3/7] imx: mx6sabresd: fix splash logo drawing

2019-09-19 Thread Fabio Estevam
Hi Anatolij, On Thu, Sep 19, 2019 at 2:30 PM Anatolij Gustschin wrote: > > After mxc_ipuv3 DM_VIDEO conversion showing splash image > doesn't work. Fix this. Also enable white on black console > configuration as it used to be with cfb_console driver. > > Signed-off-by: Anatolij Gustschin

[U-Boot] [PATCH 3/7] imx: mx6sabresd: fix splash logo drawing

2019-09-19 Thread Anatolij Gustschin
After mxc_ipuv3 DM_VIDEO conversion showing splash image doesn't work. Fix this. Also enable white on black console configuration as it used to be with cfb_console driver. Signed-off-by: Anatolij Gustschin --- configs/mx6sabresd_defconfig | 2 ++ include/configs/mx6sabre_common.h | 1 + 2