]> git.ipfire.org Git - people/ms/u-boot.git/commit
lcd: Set lcd_is_enabled before clearing the screen
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 1 Sep 2008 14:21:21 +0000 (16:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 25 Oct 2008 20:59:41 +0000 (22:59 +0200)
commit6f93d2b8fca504200a5758f7c6dd2d6852900765
tree2bc21bfdfc116825efde7db2a645ffeac45d40f1
parent15b17ab52b7c15d46d9fc631cc06092e1e764de2
lcd: Set lcd_is_enabled before clearing the screen

This allows the logo/info rendering routines to use the regular
lcd_putc/lcd_puts/lcd_printf calls.

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