On Thu, 2019-05-30 at 18:00 +0300, Igor Opaniuk wrote: > From: Igor Opaniuk <[email protected]> > > 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 <[email protected]>
Reviewed-by: Marcel Ziswiler <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

