summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-17 00:54:35 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:17 +0300
commit365e52dd25d17618c00ecc55151f8947be55a850 (patch)
treed8e0a2752b2d7f8153c1920aaaf5d6a11f5b9afb /include
parent6b9a829d2734d952dd6f7716a8fbd517ea373f0c (diff)
downloadu-boot-365e52dd25d17618c00ecc55151f8947be55a850.tar.xz
video: samsung: Drop old LCD code
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/libtizen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libtizen.h b/include/libtizen.h
index 655d4cb28c..15e01454b9 100644
--- a/include/libtizen.h
+++ b/include/libtizen.h
@@ -9,8 +9,4 @@
#define HD_RESOLUTION 0
-#ifdef CONFIG_LCD
-void get_tizen_logo_info(vidinfo_t *vid);
-#endif
-
#endif /* _LIBTIZEN_H_ */