* grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot

platforms.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-24 14:01:51 +01:00
parent 6ccd0b31c1
commit 30d6b1b290
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot
platforms.
2013-03-24 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix

View file

@ -1656,8 +1656,6 @@ module = {
name = vga;
common = video/i386/pc/vga.c;
enable = i386_pc;
enable = i386_coreboot;
enable = i386_multiboot;
};
module = {