commit | 7035ec3cb35c593a492cb929ba8fe9d991d0416d | [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 | 4422294cbe37e3b2bcbbb066e0d53411880cf07e [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>