X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Flcd.h;h=512221e9c46869d3fbe7b8909bfb15e0ab75ffec;hb=833d94bcdc89cf88928be21587240950afdc33c8;hp=44ac8ef8c7049c602907091b01d8e9620932ccf5;hpb=39cf480484fcce5c04a590ee1c30be0c17b02c34;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/lcd.h b/include/lcd.h index 44ac8ef..512221e 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -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 */ @@ -211,8 +213,8 @@ void lcd_printf (const char *fmt, ...); * the LCD controller and memory allocation. Someone has to know what * is connected, as we can't autodetect anything. */ -#define CFG_HIGH 0 /* Pins are active high */ -#define CFG_LOW 1 /* Pins are active low */ +#define CONFIG_SYS_HIGH 0 /* Pins are active high */ +#define CONFIG_SYS_LOW 1 /* Pins are active low */ #define LCD_MONOCHROME 0 #define LCD_COLOR2 1