a5bd9f6
From 53fc7d734da80509a08ccbf6246f5fe26ab61a91 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sun, 24 Mar 2013 13:07:51 +0100
a5bd9f6
Subject: [PATCH 227/364] 	* grub-core/Makefile.core.def (vbe): 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 8f3878d..6fab49f 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 (vbe): Disable on coreboot and multiboot
a5bd9f6
+	platforms.
a5bd9f6
+
a5bd9f6
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
 	Add new 'proc' filesystem framework and put luks_script into it.
a5bd9f6
 
a5bd9f6
 2013-03-23  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
a5bd9f6
index b1c1ab9..4f705b9 100644
a5bd9f6
--- a/grub-core/Makefile.core.def
a5bd9f6
+++ b/grub-core/Makefile.core.def
a5bd9f6
@@ -1740,8 +1740,6 @@ module = {
a5bd9f6
   name = vbe;
a5bd9f6
   common = video/i386/pc/vbe.c;
a5bd9f6
   enable = i386_pc;
a5bd9f6
-  enable = i386_coreboot;
a5bd9f6
-  enable = i386_multiboot;
a5bd9f6
 };
a5bd9f6
 
a5bd9f6
 module = {
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6