mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
video: Convert CONFIG_VIDEO_LOGO to Kconfig
This converts the following to Kconfig: CONFIG_VIDEO_LOGO Note that this option depends on CONFIG_DM_VIDEO now, since cfb_console is deprecated. The only relevant code is now in splash.c Drop the check for DM_VIDEO in that file. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Anatolij Gustschin
parent
cd4fb0f054
commit
64cfeda8ae
@@ -52,7 +52,7 @@ static struct splash_location default_splash_locations[] = {
|
||||
},
|
||||
};
|
||||
|
||||
#if defined(CONFIG_DM_VIDEO) && defined(CONFIG_VIDEO_LOGO)
|
||||
#ifdef CONFIG_VIDEO_LOGO
|
||||
|
||||
#include <bmp_logo_data.h>
|
||||
|
||||
|
Reference in New Issue
Block a user