From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 15 Mar 2015 20:56:21 +0200 Subject: [U-Boot] [PATCH 1/4] common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy In-Reply-To: <1426078645-4901-2-git-send-email-oe5hpm@oevsv.at> References: <1426078645-4901-1-git-send-email-oe5hpm@oevsv.at> <1426078645-4901-2-git-send-email-oe5hpm@oevsv.at> Message-ID: <5505D5D5.1030202@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Hannes, On 03/11/2015 02:57 PM, Hannes Petermaier wrote: > From: Hannes Petermaier > > the capability of drawing some *str with count from lcd_drawchars is unnary. > It is always called from lcd_putc_xy with one character of and count = 1. > > So we simply rename lcd_drawchars into lcd_putc_xy and remove the loops inside. > > Signed-off-by: Hannes Petermaier > Signed-off-by: Hannes Petermaier Acked-by: Nikita Kiryanov -- Regards, Nikita Kiryanov