diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/lcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/lcd.c b/common/lcd.c index 53ff8dd7444..36c97df5ff5 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -524,11 +524,6 @@ static void lcd_logo(void) { lcd_logo_plot(0, 0); -#ifdef CONFIG_LCD_INFO - lcd_set_col(LCD_INFO_X / VIDEO_FONT_WIDTH); - lcd_set_row(LCD_INFO_Y / VIDEO_FONT_HEIGHT); - lcd_show_board_info(); -#endif /* CONFIG_LCD_INFO */ } #ifdef CONFIG_SPLASHIMAGE_GUARD |