commit | de86baf2a5b42a6c6415fb8f53ece942f046c26d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Sat Mar 23 01:29:59 2019 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Apr 14 14:18:47 2019 +0200 |
tree | 0742f01290e456c7f7846f87e8eba47a0afe8216 | |
parent | 918622ad68e4391cc053f972e5328d203bc81c15 [diff] |
video/console: Factor out actual character output In preparation for doing character set translations, factor out the actual glyph display functionality into a separate function. This will be used in a subsequent patch. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>