diff options
author | Anatolij Gustschin <agust@denx.de> | 2020-05-25 13:12:51 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-06-18 19:34:20 +0200 |
commit | 513acd04452f314b9c904b0d4dd0452fece07fd1 (patch) | |
tree | 9964fde5bf86dba9a8c145d440bd47a2468ad614 /configs/tbs2910_defconfig | |
parent | 22b897a12323364c584b1ff31fe9f5250e0d3481 (diff) | |
download | u-boot-513acd04452f314b9c904b0d4dd0452fece07fd1.tar.gz |
tbs2910: migrate to DM_VIDEO
Migration to DM_VIDEO driver is long overdue, configure it in
board config files. To enable the display set stdout like:
setenv stdout serial,vidconsole
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Tested-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index fbd2293add..27080c75ef 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -91,8 +91,15 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_I2C_EDID=y +CONFIG_DM_VIDEO=y +# CONFIG_BACKLIGHT is not set +# CONFIG_CMD_VIDCONSOLE is not set +# CONFIG_VIDEO_BPP8 is not set +# CONFIG_VIDEO_BPP32 is not set +# CONFIG_VIDEO_ANSI is not set +# CONFIG_PANEL is not set CONFIG_VIDEO_IPUV3=y -CONFIG_VIDEO=y +CONFIG_SYS_WHITE_ON_BLACK=y # CONFIG_GZIP is not set CONFIG_OF_LIBFDT_ASSUME_MASK=0xff # CONFIG_EFI_LOADER is not set |