commit | e3b81c1c0dbd677338163517ed22a1b6f5cb4e07 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:23 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:15 2016 -0700 |
tree | d9d5e9f873817e99fcfeb415692a86cee26f1960 | |
parent | b01c7923e3923680d9389bcd7cf5ad2e5f083e30 [diff] |
dm: stdio: video: Plumb the video uclass into stdio 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 <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>