From 42e6e8f3485f7d2c7eb94fe0bebdf34a2003bec8 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Thu, 30 May 2019 18:00:08 +0300 Subject: 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 --- configs/colibri_imx6_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/colibri_imx6_defconfig') 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 -- cgit v1.2.3