commit | 826f35f9b57c4581ff69d55c3bade9c3814e29bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 14 18:10:48 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Jan 30 10:57:20 2016 +0100 |
tree | 8f6d5105e09e133b5e4c3195921900f274c356d5 | |
parent | 0f4d2f8e79f128de006c9b116be84f3e4dbba210 [diff] |
video: Allow selection of the driver and font size Provide a way for the video console driver to be selected. This is controlled by the video driver's private data. This can be set up when the driver is probed so that it is ready for the video_post_probe() method. The font size is provided as well. The console driver may or may not support this depending on its capability. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Anatolij Gustschin <agust@denx.de>