~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to kern/i386/coreboot/init.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
void
72
72
grub_machine_init (void)
73
73
{
 
74
#ifdef GRUB_MACHINE_QEMU
 
75
  grub_qemu_init_cirrus ();
 
76
#endif
74
77
  /* Initialize the console as early as possible.  */
75
78
  grub_vga_text_init ();
76
79