On Tue, 14 Mar 2023 at 17:51, Nikhil M Jain <[email protected]> wrote: > > Enable displaying of u-boot video logo as default at SPL stage to if > splash screen is disabled at SPL stage. Use CONFIG_IS_ENABLED for > checking on splash screen macro both at SPL stage or u-boot proper > depending upon where it is enabled. > > Signed-off-by: Nikhil M Jain <[email protected]> > --- > drivers/video/Kconfig | 2 +- > drivers/video/video-uclass.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index 1097e2c623..96e0f367d7 100644 > --- a/drivers/video/Kconfig > +++ b/drivers/video/Kconfig > @@ -28,7 +28,7 @@ if VIDEO || SPL_VIDEO >
Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> # qemu-x86_64 Works well!

