colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / libtizen.h
index 6490fb52ba3c1eb855c650cbb9bdeb40e0a11c74..655d4cb28c56364c32e83c3691cc16948c98c761 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2012 Samsung Electronics
  * Donghwa Lee <dh09.lee@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _LIBTIZEN_H_
@@ -10,6 +9,8 @@
 
 #define HD_RESOLUTION  0
 
+#ifdef CONFIG_LCD
 void get_tizen_logo_info(vidinfo_t *vid);
+#endif
 
 #endif /* _LIBTIZEN_H_ */