summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-21 21:08:52 -0700
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 13:25:18 +0900
commitc309365089283da1cb32c2a6eeaea9eb3f638f7c (patch)
tree4abc206acc1a940fafdb30401f1940ecc3015b37 /lib
parent141c74350d1c107a9167e5a78923fcca79413bff (diff)
downloadtalos-obmc-uboot-c309365089283da1cb32c2a6eeaea9eb3f638f7c.tar.gz
talos-obmc-uboot-c309365089283da1cb32c2a6eeaea9eb3f638f7c.zip
exynos: Allow tizen to be built without an LCD
This file currently requires an LCD. Adjust it to work without one. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/tizen/tizen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tizen/tizen.c b/lib/tizen/tizen.c
index 814ed18329..d207f77d0b 100644
--- a/lib/tizen/tizen.c
+++ b/lib/tizen/tizen.c
@@ -12,6 +12,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 +32,4 @@ void get_tizen_logo_info(vidinfo_t *vid)
break;
}
}
+#endif
OpenPOWER on IntegriCloud