]> git.sur5r.net Git - u-boot/blobdiff - include/libtizen.h
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[u-boot] / include / libtizen.h
index f669d730ad9b3400fe9e5000a4de81f210866eec..655d4cb28c56364c32e83c3691cc16948c98c761 100644 (file)
@@ -1,22 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2012 Samsung Electronics
  * Donghwa Lee <dh09.lee@samsung.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * aint with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
  */
 
 #ifndef _LIBTIZEN_H_
@@ -24,6 +9,8 @@
 
 #define HD_RESOLUTION  0
 
+#ifdef CONFIG_LCD
 void get_tizen_logo_info(vidinfo_t *vid);
+#endif
 
 #endif /* _LIBTIZEN_H_ */