board: tbs2910: Fix video output with existing environments
authorSoeren Moch <smoch@web.de>
Thu, 30 Jul 2020 12:11:57 +0000 (14:11 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 3 Aug 2020 21:36:50 +0000 (23:36 +0200)
commit645d39aea367064868dcdd30c411806f4403b67b
tree6af0d8f0e38538086dbd3d66e214d91be42f0099
parent68941e3b2c217907a49aa66af8bb65729b913397
board: tbs2910: Fix video output with existing environments

Migration to DM_VIDEO changed the output device name (in stout, stderr)
from 'vga' to 'vidconsole'. This also was adapted in the default environment.
However, existing user defined environments still use 'vga'. Enable this
workaround to map the 'vga' name to 'vidconsole'. So we get HDMI video
output also with existing legacy environments.

Signed-off-by: Soeren Moch <smoch@web.de>
configs/tbs2910_defconfig