]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: Makefile: Add rule to compile splash and splash_source at SPL
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:04 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
commita8bca7ea61a6c492fbd6c32c6057168dd3f0b19b
treeeb838a11eb449b835bf0ca2a9a3d07c5dbf9427f
parent2e72e4ec847bd81b4f30d6641efb70c3b422ac7b
common: Makefile: Add rule to compile splash and splash_source at SPL

To enable splash screen and loading bmp from boot media, add rules to
compile splash.c and splash_source.c at SPL stage only when
CONFIG_SPL_SPLASH_SCREEN and CONFIG_SPL_SPLASH_SOURCE are defined.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Makefile