diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2019-05-30 18:00:08 +0300 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2019-06-04 23:21:28 +0200 |
commit | 42e6e8f3485f7d2c7eb94fe0bebdf34a2003bec8 (patch) | |
tree | f3a8f80b6f96bef703cadc8332df5d87b8f74d44 /configs/colibri_imx6_defconfig | |
parent | 5eb83c0ac114bf193de207f46118075a6c1621c5 (diff) | |
download | u-boot-42e6e8f3485f7d2c7eb94fe0bebdf34a2003bec8.tar.gz |
colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACK
Enable CONFIG_SYS_WHITE_ON_BLACK by default for DM_VIDEO enabled
configurations, where env("splashimage") is used for showing Toradex
boot logo.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'configs/colibri_imx6_defconfig')
-rw-r--r-- | configs/colibri_imx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig index 72e9128a69..9e307dae32 100644 --- a/configs/colibri_imx6_defconfig +++ b/configs/colibri_imx6_defconfig @@ -85,3 +85,4 @@ CONFIG_DM_VIDEO=y CONFIG_VIDEO_IPUV3=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_SYS_WHITE_ON_BLACK=y |