[PATCH 7/9] common: splash: Enable splash_display at SPL stage

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


On Tue, 14 Mar 2023 at 17:51, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> CONFIG_SPLASH_SCREEN and CONFIG_CMD_BMP enables splash screen at u-boot
> proper. To enable splash screen at SPL, separate macros i.e.
> SPL_SPLASH_SCREEN and SPL_CMD_BMP are used instead. Use
> CONFIG_IS_ENABLED(#) to check for splash screen and bmp related macros,
> so that it checks for either u-boot proper or SPl related macros as
> enabled at u-boot proper or SPL stage respectively.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
>  common/splash.c  | 2 +-
>  include/splash.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>  # qemu-x86_64


More information about the U-Boot mailing list