]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: Implement lcd_printf()
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 1 Sep 2008 14:21:20 +0000 (16:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 25 Oct 2008 20:58:51 +0000 (22:58 +0200)
commit15b17ab52b7c15d46d9fc631cc06092e1e764de2
treeb24743b3767063c75e5ffbc961599958011f3a3a
parent70dbc54c0a5c798bcf82ae2a1e227404f412e892
lcd: Implement lcd_printf()

lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
this by borrowing the lcd_printf() implementation from the cogent board
code (which appears to use its own LCD framework.)

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/lcd.c