Re: [U-Boot] [PATCH 3/5] lcd: Implement lcd_printf()

2008-10-27 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <[EMAIL PROTECTED]> you wrote: > Haavard Skinnemoen wrote: > > 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 framewo

Re: [U-Boot] [PATCH 3/5] lcd: Implement lcd_printf()

2008-10-25 Thread Anatolij Gustschin
Haavard Skinnemoen wrote: > 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 <[EMAIL PROTECTED]> Applied to

[U-Boot] [PATCH 3/5] lcd: Implement lcd_printf()

2008-09-01 Thread Haavard Skinnemoen
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 <[EMAIL PROTECTED]> --- common/lcd.c | 14 ++ 1 files