mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
pci: Drop test for DM_VIDEO
This is not needed anymore, since there is no other option. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Anatolij Gustschin
parent
feda193c8b
commit
9330abfb4a
@@ -325,7 +325,6 @@ err:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_DM_VIDEO
|
|
||||||
int vesa_setup_video_priv(struct vesa_mode_info *vesa,
|
int vesa_setup_video_priv(struct vesa_mode_info *vesa,
|
||||||
struct video_priv *uc_priv,
|
struct video_priv *uc_priv,
|
||||||
struct video_uc_plat *plat)
|
struct video_uc_plat *plat)
|
||||||
@@ -398,4 +397,3 @@ int vesa_setup_video(struct udevice *dev, int (*int15_handler)(void))
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user