[PATCH 8/9] drivers: video: video-uclass: Disable u-boot logo at SPL

Simon Glass sjg at chromium.org
Mon Mar 27 10:24:03 CEST 2023


On Tue, 14 Mar 2023 at 17:51, Nikhil M Jain <n-jain1 at ti.com> 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 <n-jain1 at ti.com>
> ---
>  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 <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>  # qemu-x86_64

Works well!


More information about the U-Boot mailing list