Add missing video ids to coreboot and ieee1275 video.
This commit is contained in:
parent
ab1440bd4e
commit
45fbd9a23f
5 changed files with 10 additions and 0 deletions
|
@ -128,6 +128,7 @@ static struct grub_video_adapter grub_video_cbfb_adapter =
|
|||
.name = "Coreboot video driver",
|
||||
|
||||
.prio = GRUB_VIDEO_ADAPTER_PRIO_FIRMWARE_DIRTY,
|
||||
.id = GRUB_VIDEO_DRIVER_COREBOOT,
|
||||
|
||||
.init = grub_video_cbfb_init,
|
||||
.fini = grub_video_fb_fini,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue