[PATCH V6 11/13] common: Enable splash functions at SPL

Simon Glass sjg at chromium.org
Wed Apr 5 20:37:35 CEST 2023


On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> To support splash screen at both u-boot proper and SPL use
> CONFIG_IS_ENABLED and CONFIG_VAL to check for video related Kconfigs at
> respective stages.
>
> Replace CONFIG_CMD_BMP with CONFIG_BMP to enable splash_display function
> at u-boot proper and SPL.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> Reviewed-by: Devarsh Thakkar <devarsht at ti.com>
> ---
> V6:
> - Fix commit message.
> - Add Reviewed-by tag.
>
> V5:
> - Replace CONFIG_CMD_BMP with CONFIG_BMP.
>
> V4:
> - No change
>
> V3 (patch introduced):
> - Enable splash functions at SPL
>
>  common/bmp.c    | 10 +++++-----
>  common/splash.c | 10 +++++-----
>  2 files changed, 10 insertions(+), 10 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Some of these #ifdefs look like they could be converted to if() while
you are here.


More information about the U-Boot mailing list