]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (vga_text): Disable on muliboot
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 7 Jun 2012 13:18:21 +0000 (15:18 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 7 Jun 2012 13:18:21 +0000 (15:18 +0200)
and coreboot since it's already in kernel.

ChangeLog
grub-core/Makefile.core.def

index 8d0ebddf1a9aa76f8fabdee666b9b71aae6fa4f5..092193cf35f409fe7db17202a2b2d5bfff4a47a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.core.def (vga_text): Disable on muliboot
+       and coreboot since it's already in kernel.
+
 2012-06-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/getroot.c (grub_util_get_dm_node_linear_info): Moved from here...
index 5591445a7f924501e1f49afbdaccdc02bb1b92a9..62b9ef25ff619ea159eb4fc99a73e45bafc584e4 100644 (file)
@@ -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 = {