]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/lcd.c
common: Move conditional compilation to Makefile
[karo-tx-uboot.git] / common / lcd.c
index 8d770f3e720deb596a6034a3694d47e81bf953a3..25f8664343d02642721b0b0a5b19214db430ccad 100644 (file)
@@ -55,8 +55,6 @@
 #include <nand.h>
 #endif
 
-#ifdef CONFIG_LCD
-
 /************************************************************************/
 /* ** FONT DATA                                                                */
 /************************************************************************/
@@ -867,5 +865,3 @@ static void *lcd_logo (void)
 
 /************************************************************************/
 /************************************************************************/
-
-#endif /* CONFIG_LCD */