
On 03.12.20 10:15, Patrick Delaunay wrote:
Remove the obsolete CONFIG_VIDCONSOLE_AS_LCD as vidconsole is used in ./include/configs/tbs2910.h since commit 513acd04452f ("tbs2910: migrate to DM_VIDEO").
I don't consider this workaround as obsolete, please see my response to the cover letter of this series. [1]
So please do not remove this code.
Thanks, Soeren
[1] https://lists.denx.de/pipermail/u-boot/2020-December/434239.html
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
configs/tbs2910_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index e43fab208d..b5580abbfd 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -103,7 +103,6 @@ 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_VIDEO_BMP_RLE8=y