exynos: Disable LCD display for boards we can't convert
[oweals/u-boot.git] / board / samsung / trats / trats.c
index 54d01ec439a239b27b341014d8546074570f3ef5..66a54d436ded8182c8d6a53b8d02bca93f43980d 100644 (file)
@@ -596,6 +596,7 @@ int mipi_power(void)
        return 0;
 }
 
+#ifdef CONFIG_LCD
 void exynos_lcd_misc_init(vidinfo_t *vid)
 {
 #ifdef CONFIG_TIZEN
@@ -606,3 +607,4 @@ void exynos_lcd_misc_init(vidinfo_t *vid)
        setenv("lcdinfo", "lcd=s6e8ax0");
 #endif
 }
+#endif