[U-Boot] [PATCH 1/1] colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACK

Marcel Ziswiler marcel.ziswiler at toradex.com
Thu Jun 6 10:52:43 UTC 2019


On Thu, 2019-05-30 at 18:00 +0300, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk at toradex.com>
> 
> 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 at toradex.com>

Reviewed-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>

> ---
>  configs/colibri_imx6_defconfig | 1 +
>  configs/colibri_t20_defconfig  | 1 +

Given that one is Tegra based the maintainer in question would probably
be Tom Warren (;-p).

>  2 files changed, 2 insertions(+)
> 
> 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
> diff --git a/configs/colibri_t20_defconfig
> b/configs/colibri_t20_defconfig
> index 15fb9555f3..d1bfd3c87a 100644
> --- a/configs/colibri_t20_defconfig
> +++ b/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


More information about the U-Boot mailing list