Merge branch 'master' of git://git.denx.de/u-boot-video
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/errno.h>
|
||||
#include <asm/arch/at91_pio.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
|
||||
#define PIN_BASE 32
|
||||
|
||||
|
||||
@@ -197,6 +197,8 @@ void lcd_putc (const char c);
|
||||
void lcd_puts (const char *s);
|
||||
void lcd_printf (const char *fmt, ...);
|
||||
|
||||
/* Allow boards to customize the information displayed */
|
||||
void lcd_show_board_info(void);
|
||||
|
||||
/************************************************************************/
|
||||
/* ** BITMAP DISPLAY SUPPORT */
|
||||
|
||||
Reference in New Issue
Block a user