
11 Feb
2016
11 Feb
'16
9:38 p.m.
Hi Simon,
On Sat, 6 Feb 2016 14:31:37 -0700 Simon Glass sjg@chromium.org wrote:
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
common/console.c | 8 ++++++++ drivers/video/Kconfig | 10 ++++++++++ 2 files changed, 18 insertions(+)
applied to u-boot-video/master, thanks!
-- Anatolij