diff options
author | Simon Glass | 2016-02-21 21:08:52 -0700 |
---|---|---|
committer | Minkyu Kang | 2016-05-25 13:25:18 +0900 |
commit | c309365089283da1cb32c2a6eeaea9eb3f638f7c (patch) | |
tree | 4abc206acc1a940fafdb30401f1940ecc3015b37 /include/libtizen.h | |
parent | 141c74350d1c107a9167e5a78923fcca79413bff (diff) |
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 'include/libtizen.h')
-rw-r--r-- | include/libtizen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libtizen.h b/include/libtizen.h index 6490fb52ba3..55dccff715d 100644 --- a/include/libtizen.h +++ b/include/libtizen.h @@ -10,6 +10,8 @@ #define HD_RESOLUTION 0 +#ifdef CONFIG_LCD void get_tizen_logo_info(vidinfo_t *vid); +#endif #endif /* _LIBTIZEN_H_ */ |