diff options
author | Simon Glass <sjg@chromium.org> | 2020-08-11 11:23:35 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 13:43:10 -0400 |
commit | 35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f (patch) | |
tree | 6543363dd0517f9d427718595dc88eed06ec40dd /include/configs/opos6uldev.h | |
parent | a38cc1726b65e63e77724c8bf4aa449cfe5cf21f (diff) | |
download | u-boot-35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f.tar.gz u-boot-35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f.tar.xz u-boot-35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f.zip |
Convert CONFIG_SPLASH_SCREEN et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPLASH_SCREEN
CONFIG_SPLASH_SCREEN_ALIGN
CONFIG_SPLASHIMAGE_GUARD
CONFIG_SPLASH_SOURCE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/opos6uldev.h')
-rw-r--r-- | include/configs/opos6uldev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h index 69f5e9f96a..8dfd5bede3 100644 --- a/include/configs/opos6uldev.h +++ b/include/configs/opos6uldev.h @@ -45,9 +45,6 @@ #ifndef CONFIG_SPL_BUILD #ifdef CONFIG_DM_VIDEO #define CONFIG_VIDEO_LOGO -#define CONFIG_SPLASH_SCREEN -#define CONFIG_SPLASH_SCREEN_ALIGN -#define CONFIG_SPLASH_SOURCE #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_VIDEO_BMP_LOGO #define CONFIG_BMP_16BPP |