arm: at91: Makefile: Compile lowlevel_init only when really necessary
[oweals/u-boot.git] / common / lcd.c
index 74407a17e97793a5e54f23d5991f94f72793bb19..cd630405d44a3345438e88787b602d7a7e822b26 100644 (file)
@@ -381,7 +381,6 @@ static inline void lcd_logo_plot(int x, int y) {}
 
 #if defined(CONFIG_CMD_BMP) || defined(CONFIG_SPLASH_SCREEN)
 #ifdef CONFIG_SPLASH_SCREEN_ALIGN
-#define BMP_ALIGN_CENTER       0x7FFF
 
 static void splash_align_axis(int *axis, unsigned long panel_size,
                                        unsigned long picture_size)