]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
authorHannes Petermaier <hannes.petermaier@br-automation.com>
Fri, 27 Mar 2015 07:01:35 +0000 (08:01 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commit0d239ef8691e93705868b029363ae47425c30d1c
tree7ac8cb6e1fe920d733e63205db74b1c7bd1aa53c
parenta8bb98cd207afa8375fe4afebd890219c1ee7daa
common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy

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 <hannes.petermaier@br-automation.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Acked-by: Nikita Kiryanov <nikita@compulab.co.il>
common/lcd_console.c