mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
video: Drop CONFIG_VIDEO_HW_CURSOR
This is not used in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -88,9 +88,5 @@ void video_set_lut (
|
||||
unsigned char g, /* green */
|
||||
unsigned char b /* blue */
|
||||
);
|
||||
#ifdef CONFIG_VIDEO_HW_CURSOR
|
||||
void video_set_hw_cursor(int x, int y); /* x y in pixel */
|
||||
void video_init_hw_cursor(int font_width, int font_height);
|
||||
#endif
|
||||
|
||||
#endif /*_VIDEO_FB_H_ */
|
||||
|
Reference in New Issue
Block a user