diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-04 11:07:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-04 11:07:55 -0400 |
commit | 993b59f0451cb102f23714478a64361b44694fc6 (patch) | |
tree | e9050e0d3bd90e307457e5f5999529fc54389fc7 /configs | |
parent | 4d23857abd1f31b32d9c130697a821556916aec9 (diff) | |
parent | 3ce83ee0125fdf2908c39970335121909e98b750 (diff) | |
download | u-boot-993b59f0451cb102f23714478a64361b44694fc6.zip u-boot-993b59f0451cb102f23714478a64361b44694fc6.tar.gz u-boot-993b59f0451cb102f23714478a64361b44694fc6.tar.bz2 |
Merge tag 'fixes-for-2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
- Fix tbs2910 vidconsole environment
- Fix ipuv3 framebuffer output on i.MX6Q/D
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index eb29055..f50a995 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -101,6 +101,7 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_ANSI is not set CONFIG_SYS_WHITE_ON_BLACK=y # CONFIG_PANEL is not set +CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_I2C_EDID=y CONFIG_VIDEO_IPUV3=y # CONFIG_GZIP is not set |