commit | 97562c12f1fac25a272a7079e234b9157eeedce5 | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <hannes.petermaier@br-automation.com> | Fri Mar 27 08:01:35 2015 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Apr 18 10:12:36 2015 +0200 |
tree | 6b23bb159bc796cd337d4cf66d046a0ebd324452 | |
parent | 4564faeafbf11feb839e2e3f927be2f1a919ba96 [diff] |
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>