qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] Disable CONFIG_OPTIONROMS_DEPLOYED by default


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 2/4] Disable CONFIG_OPTIONROMS_DEPLOYED by default
Date: Fri, 18 Dec 2009 12:16:02 +0100

From: Anthony Liguori <address@hidden>

Since qemu now supports loading option roms through PCI

Signed-off-by: Anthony Liguori <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 src/config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config.h b/src/config.h
index 91e322d..c1f151d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -87,7 +87,7 @@
 // Support finding and running option roms during post.
 #define CONFIG_OPTIONROMS 1
 // Set if option roms are already copied to 0xc0000-0xf0000
-#define CONFIG_OPTIONROMS_DEPLOYED 1
+#define CONFIG_OPTIONROMS_DEPLOYED 0
 // When option roms are not pre-deployed, SeaBIOS can copy an optionrom
 // from flash for up to 2 devices.
 #define OPTIONROM_VENDEV_1 0x00000000
-- 
1.6.5.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]