Re: [PATCH V5 06/13] common: Makefile: Add rule to compile splash and splash_source at SPL

2023-04-03 Thread Devarsh Thakkar
Hi Nikhil, On 03/04/23 13:44, Nikhil M Jain 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

[PATCH V5 06/13] common: Makefile: Add rule to compile splash and splash_source at SPL

2023-04-03 Thread Nikhil M Jain
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 --- V5: - No change V4: - No change V3 (patch introduced): - Rule to