From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 9 Apr 2019 23:06:05 +0200 Subject: [U-Boot] [PATCH 5/8] video/console: Factor out actual character output In-Reply-To: <20190323013002.27117-6-andre.przywara@arm.com> References: <20190323013002.27117-1-andre.przywara@arm.com> <20190323013002.27117-6-andre.przywara@arm.com> Message-ID: <20190409230605.325507c5@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 23 Mar 2019 01:29:59 +0000 Andre Przywara andre.przywara at arm.com wrote: > 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 > --- > drivers/video/vidconsole-uclass.c | 42 +++++++++++++++++++++++++-------------- > 1 file changed, 27 insertions(+), 15 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij