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/gw_ventana.h | |
parent | a38cc1726b65e63e77724c8bf4aa449cfe5cf21f (diff) | |
download | u-boot-35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f.tar.gz |
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/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 7688360107..a92157d52c 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -121,7 +121,6 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP #define CONFIG_VIDEO_BMP_LOGO -#define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */ /* Miscellaneous configurable options */ |