From: Vladimir 'phcoder' Serbinenko Date: Thu, 7 Jun 2012 13:18:21 +0000 (+0200) Subject: * grub-core/Makefile.core.def (vga_text): Disable on muliboot X-Git-Tag: 2.00~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cede3ca325326d9a138d13ce489ff6559568934d;p=thirdparty%2Fgrub.git * grub-core/Makefile.core.def (vga_text): Disable on muliboot and coreboot since it's already in kernel. --- diff --git a/ChangeLog b/ChangeLog index 8d0ebddf1..092193cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-07 Vladimir Serbinenko + + * grub-core/Makefile.core.def (vga_text): Disable on muliboot + and coreboot since it's already in kernel. + 2012-06-07 Vladimir Serbinenko * util/getroot.c (grub_util_get_dm_node_linear_info): Moved from here... diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 5591445a7..62b9ef25f 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1590,8 +1590,6 @@ module = { common = term/i386/pc/vga_text.c; common = term/i386/vga_common.c; enable = i386_pc; - enable = i386_coreboot; - enable = i386_multiboot; }; module = {