Re: [U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio

2016-01-17 Thread Anatolij Gustschin
On Tue, 5 Jan 2016 09:31:09 -0700 Simon Glass wrote: > Register video drivers with stdio so that they can be used for text output. > This needs to be done explicitly for now. At some point we should be able to > convert stdio itself to driver model and avoid this step. > >

[U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio

2016-01-05 Thread Simon Glass
Register video drivers with stdio so that they can be used for text output. This needs to be done explicitly for now. At some point we should be able to convert stdio itself to driver model and avoid this step. Signed-off-by: Simon Glass --- common/stdio.c | 19