]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/BuR/common/br_resetc.c
BuR: Drop old LCD code
[thirdparty/u-boot.git] / board / BuR / common / br_resetc.c
index 5006687fbf0d7800442b4df3aaa12aa85bf2b6ce..32f32b65e9d82cc172243f9d0fb3860f7709ebff 100644 (file)
 #define BMODE_PME              12
 #define BMODE_DIAG             15
 
-#if CONFIG_IS_ENABLED(LCD) && !CONFIG_IS_ENABLED(DM_VIDEO)
-#include <lcd.h>
-#define LCD_SETCURSOR(x, y)    lcd_position_cursor(x, y)
-#define LCD_PUTS(x)            lcd_puts(x)
-#else
 #define LCD_SETCURSOR(x, y)
 #define LCD_PUTS(x)
-#endif /* CONFIG_LCD */
 
 static const char *bootmodeascii[16] = {
        "BOOT",         "reserved",     "reserved",     "reserved",