]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: move 'is_lvds()' to common/karo.h
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 6 Mar 2014 10:59:29 +0000 (11:59 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 6 Mar 2014 10:59:29 +0000 (11:59 +0100)
board/karo/common/karo.h
include/configs/tx53.h
include/configs/tx6.h

index 7b8f48743d10002acd5fc56b447157e4b9ab4e1e..dd2a723501c00a80b782b693f1c2e2dbd5c8e855 100644 (file)
 */
 struct fb_videomode;
 
+#ifdef CONFIG_SYS_LVDS_IF
+#define is_lvds()                      1
+#else
+#define is_lvds()                      0
+#endif
+
 #ifdef CONFIG_OF_LIBFDT
 void karo_fdt_remove_node(void *blob, const char *node);
 void karo_fdt_move_fdt(void);
index 06072aaf49ce31a1e67e3b3071df356ad3984255..b466a7ef429a80662576e857629a821698821703 100644 (file)
 #define CONFIG_VIDEO_BMP_RLE8
 #endif /* CONFIG_LCD */
 
-#ifdef CONFIG_SYS_LVDS_IF
-#define is_lvds()                      1
-#else
-#define is_lvds()                      0
-#endif
-
 /*
  * Memory configuration options
  */
index 02eb89d849b299c049e2fd381045efce90fbcd83..c271e543e148ea2750934889e904e175501e8c86 100644 (file)
 #endif /* CONFIG_LCD */
 #endif /* CONFIG_MFG */
 
-#ifdef CONFIG_SYS_LVDS_IF
-#define is_lvds()                      1
-#else
-#define is_lvds()                      0
-#endif
-
 /*
  * Memory configuration options
  */