From: Vladimir 'phcoder' Serbinenko Date: Sun, 24 Mar 2013 13:01:51 +0000 (+0100) Subject: * grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot X-Git-Tag: grub-2.02-beta1~1233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d6b1b290e2ff031bb4d473c558ddee20b4a70a;p=thirdparty%2Fgrub.git * grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot platforms. --- diff --git a/ChangeLog b/ChangeLog index 4df000ef1..43dcf9341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-24 Vladimir Serbinenko + + * grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot + platforms. + 2013-03-24 Vladimir Serbinenko * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 4f705b9f2..911754d6f 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1656,8 +1656,6 @@ module = { name = vga; common = video/i386/pc/vga.c; enable = i386_pc; - enable = i386_coreboot; - enable = i386_multiboot; }; module = {