Browse Source

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>
Igor Opaniuk 5 years ago
parent
commit
42e6e8f348
2 changed files with 2 additions and 0 deletions
  1. 1 0
      configs/colibri_imx6_defconfig
  2. 1 0
      configs/colibri_t20_defconfig

+ 1 - 0
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

+ 1 - 0
configs/colibri_t20_defconfig

@@ -64,3 +64,4 @@ CONFIG_DM_VIDEO=y
 CONFIG_VIDEO_TEGRA20=y
 CONFIG_CONSOLE_SCROLL_LINES=10
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_SYS_WHITE_ON_BLACK=y