mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
141c74350d
commit
c309365089
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#define HD_RESOLUTION 0
|
||||
|
||||
#ifdef CONFIG_LCD
|
||||
void get_tizen_logo_info(vidinfo_t *vid);
|
||||
#endif
|
||||
|
||||
#endif /* _LIBTIZEN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue