Correct SPL use of SPLASH_SOURCE
This converts 1 usage of this option to the non-SPL form, since there is no SPL_SPLASH_SOURCE defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4337b9b6dc
commit
b7e4869d9f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static inline int splash_video_logo_load(void) { return -ENOSYS; }
|
|||
|
||||
__weak int splash_screen_prepare(void)
|
||||
{
|
||||
if (CONFIG_IS_ENABLED(SPLASH_SOURCE))
|
||||
if (IS_ENABLED(CONFIG_SPLASH_SOURCE))
|
||||
return splash_source_load(default_splash_locations,
|
||||
ARRAY_SIZE(default_splash_locations));
|
||||
|
||||
|
|
Loading…
Reference in a new issue