diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-16 15:54:35 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | 365e52dd25d17618c00ecc55151f8947be55a850 (patch) | |
tree | d8e0a2752b2d7f8153c1920aaaf5d6a11f5b9afb /include/libtizen.h | |
parent | 6b9a829d2734d952dd6f7716a8fbd517ea373f0c (diff) | |
download | u-boot-365e52dd25d17618c00ecc55151f8947be55a850.tar.gz u-boot-365e52dd25d17618c00ecc55151f8947be55a850.tar.bz2 u-boot-365e52dd25d17618c00ecc55151f8947be55a850.zip |
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/libtizen.h')
-rw-r--r-- | include/libtizen.h | 4 |
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_ */ |