[PATCH 4/9] drivers: video: Makefile: Compile video driver files at SPL
Simon Glass
sjg at chromium.org
Mon Mar 27 10:23:57 CEST 2023
On Tue, 14 Mar 2023 at 17:50, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> To enable splash screen at SPL we need to add video driver at SPL stage.
> To support video driver and splash display function compile
> video_uclass.c, video_console.c and video_bmp.c, thus add rules to
> compile these files at SPL stage when CONFIG_SPL_VIDEO is defined.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
> drivers/video/Makefile | 5 +++++
> 1 file changed, 5 insertions(+)
>
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