Re: [U-Boot] [PATCH 4/5] lcd: Set lcd_is_enabled before clearing the screen

2008-10-25 Thread Anatolij Gustschin
Haavard Skinnemoen wrote: > This allows the logo/info rendering routines to use the regular > lcd_putc/lcd_puts/lcd_printf calls. > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> Applied to u-boot-video/master repo. Thanks. Best regards, Anatolij -- DENX Software Engineering GmbH,

[U-Boot] [PATCH 4/5] lcd: Set lcd_is_enabled before clearing the screen

2008-09-01 Thread Haavard Skinnemoen
This allows the logo/info rendering routines to use the regular lcd_putc/lcd_puts/lcd_printf calls. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- common/lcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index 82e557e..6ad2133 1