Re: [PATCH 19/23] video: Support showing the U-Boot logo

2022-03-28 Thread Fabio Estevam
Hi Tim, On Mon, Mar 28, 2022 at 3:50 PM Tim Harvey wrote: > Fabio, do you have any imx6 boards that have defconfigs that enable > SPLASH_SCREEN you can see if the same behavior occurs on? The > behavior is that VIDEO_LOGO got enabled by default so you see the > custom splash along with the U-Bo

Re: [PATCH 19/23] video: Support showing the U-Boot logo

2022-03-28 Thread Tim Harvey
On Sun, Mar 27, 2022 at 11:36 PM Simon Glass wrote: > > Hi Tim, > > On Tue, 15 Mar 2022 at 10:14, Tim Harvey wrote: > > > > On Fri, Nov 19, 2021 at 12:28 PM Simon Glass wrote: > > > > > > Show the U-Boot logo by default. This is only 7KB in size so seems like > > > a useful default for boards th

Re: [PATCH 19/23] video: Support showing the U-Boot logo

2022-03-27 Thread Simon Glass
Hi Tim, On Tue, 15 Mar 2022 at 10:14, Tim Harvey wrote: > > On Fri, Nov 19, 2021 at 12:28 PM Simon Glass wrote: > > > > Show the U-Boot logo by default. This is only 7KB in size so seems like > > a useful default for boards that enable a display. > > > > If SPLASH_SCREEN is enabled, it is not en

Re: [PATCH 19/23] video: Support showing the U-Boot logo

2022-03-15 Thread Tim Harvey
On Fri, Nov 19, 2021 at 12:28 PM Simon Glass wrote: > > Show the U-Boot logo by default. This is only 7KB in size so seems like > a useful default for boards that enable a display. > > If SPLASH_SCREEN is enabled, it is not enabled by default, so as not to > conflict with that feature. > > Also di

[PATCH 19/23] video: Support showing the U-Boot logo

2021-11-19 Thread Simon Glass
Show the U-Boot logo by default. This is only 7KB in size so seems like a useful default for boards that enable a display. If SPLASH_SCREEN is enabled, it is not enabled by default, so as not to conflict with that feature. Also disable it for tests, since we don't want to complicate the output.