a5bd9f6
From 71b0dcebbd780be081b55821e3b3f83badb387a1 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sun, 24 Mar 2013 14:01:51 +0100
a5bd9f6
Subject: [PATCH 229/364] 	* grub-core/Makefile.core.def (vga): Disable
a5bd9f6
 on coreboot and multiboot 	platforms.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                   | 5 +++++
a5bd9f6
 grub-core/Makefile.core.def | 2 --
a5bd9f6
 2 files changed, 5 insertions(+), 2 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 4df000e..43dcf93 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,10 @@
a5bd9f6
 2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
+	* grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot
a5bd9f6
+	platforms.
a5bd9f6
+
a5bd9f6
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
 	* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
a5bd9f6
 	handling of multi-device filesystems.
a5bd9f6
 
a5bd9f6
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
a5bd9f6
index 4f705b9..911754d 100644
a5bd9f6
--- a/grub-core/Makefile.core.def
a5bd9f6
+++ b/grub-core/Makefile.core.def
a5bd9f6
@@ -1656,8 +1656,6 @@ module = {
a5bd9f6
   name = vga;
a5bd9f6
   common = video/i386/pc/vga.c;
a5bd9f6
   enable = i386_pc;
a5bd9f6
-  enable = i386_coreboot;
a5bd9f6
-  enable = i386_multiboot;
a5bd9f6
 };
a5bd9f6
 
a5bd9f6
 module = {
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6