]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video/console: Factor out actual character output
authorAndre Przywara <andre.przywara@arm.com>
Sat, 23 Mar 2019 01:29:59 +0000 (01:29 +0000)
committerAnatolij Gustschin <agust@denx.de>
Sun, 14 Apr 2019 12:18:47 +0000 (14:18 +0200)
commit7035ec3cb35c593a492cb929ba8fe9d991d0416d
tree0742f01290e456c7f7846f87e8eba47a0afe8216
parent4422294cbe37e3b2bcbbb066e0d53411880cf07e
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>
drivers/video/vidconsole-uclass.c