
5 Apr
2023
5 Apr
'23
8:38 p.m.
On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain n-jain1@ti.com wrote:
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
V6:
- Add Reviewed-by tag.
V5:
- No change
V4:
- No change
V3 (patch introduced):
- Rule to compile splash.c and splash_source.c.
common/Makefile | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org