From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 09:24:26 +0200 Subject: [U-Boot] [PATCH 09/11] video: Fix cfb_console for 4-bit wide font In-Reply-To: <1375220281-11132-10-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-10-git-send-email-marex@denx.de> Message-ID: <20130810092426.58dc4eca@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 Tue, 30 Jul 2013 23:37:59 +0200 Marek Vasut wrote: > The cfb_console can't handle 4-bit wide font properly, since with > 4-bit wide font, all 8 bits are drawn. Unbreak the video_drawchars() > function to correctly render 4-bits only on such fonts. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > --- > drivers/video/cfb_console.c | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) Applied to u-boot-video/master. Thanks! Anatolij