]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: video: Add a temporary work-around for old stdout var
authorSimon Glass <sjg@chromium.org>
Sat, 6 Feb 2016 21:31:37 +0000 (14:31 -0700)
committerAnatolij Gustschin <agust@denx.de>
Thu, 11 Feb 2016 20:37:17 +0000 (21:37 +0100)
commita2931b30d287b709c09f0a4ee7c1d4c26bee69d5
tree8f465b442d616f049d2cf457e34b4a1afcb0ef9c
parent1382648b6bef3921086abeadadbd9fbc54619ab1
dm: video: Add a temporary work-around for old stdout var

Boards with a saved environment may use 'lcd' in their stdout environment
variable, expecting that this will enable output to the LCD. When the board
moves to use driver model for video, this will no-longer work. Add a
work-around to fix this. A warning messages is printed, and we will remove
the work-around at the end of 2016.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
common/console.c
drivers/video/Kconfig