]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/sed156x.c
FSL DDR: Convert STXGP3 to new DDR code.
[u-boot] / drivers / video / sed156x.c
index e9d5ed4ccfb8a1356a01a73c881cd1ac37287917..707250d24962e8d61522940cf1b93ae7eb219299 100644 (file)
@@ -28,8 +28,6 @@
 
 #include <sed156x.h>
 
-#ifdef CONFIG_SED156X
-
 /* configure according to the selected display */
 #if defined(CONFIG_SED156X_PG12864Q)
 #define LCD_WIDTH      128
@@ -562,5 +560,3 @@ void sed156x_init(void)
        sed156x_sync();
        sed156x_cmd_transfer(LCD_ON);                   /* Turn display ON        */
 }
-
-#endif /* CONFIG_SED156X */