imx: Makefile: added missing ahab.o
[oweals/u-boot.git] / lib / tizen / tizen.c
index 814ed18329e01e5c7000344c795dab52c719ccea..916b2597569cc205ef5a39329f3e6417b3f85c15 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+
  */
 
 #include <common.h>
@@ -12,6 +11,7 @@
 #include "tizen_logo_16bpp.h"
 #include "tizen_logo_16bpp_gzip.h"
 
+#ifdef CONFIG_LCD
 void get_tizen_logo_info(vidinfo_t *vid)
 {
        switch (vid->vl_bpix) {
@@ -31,3 +31,4 @@ void get_tizen_logo_info(vidinfo_t *vid)
                break;
        }
 }
+#endif