Add missing video ids to coreboot and ieee1275 video.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-24 14:44:15 +02:00
parent ab1440bd4e
commit 45fbd9a23f
5 changed files with 10 additions and 0 deletions

View file

@ -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,