aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/rombios
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-12-29 14:00:45 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-12-29 14:00:45 +0000
commitbb53d1d5fd157aa950b80b5a4568ba75411ebfc5 (patch)
tree203a038fe1112a040d9b6300ed858c4f4f80ae3d /tools/firmware/rombios
parentd47fd604d033bc64b6836ee2ac57916adb454cb6 (diff)
downloadxen-bb53d1d5fd157aa950b80b5a4568ba75411ebfc5.tar.gz
xen-bb53d1d5fd157aa950b80b5a4568ba75411ebfc5.tar.bz2
xen-bb53d1d5fd157aa950b80b5a4568ba75411ebfc5.zip
rombios: disable DEBUG_ROMBIOS by default.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Diffstat (limited to 'tools/firmware/rombios')
-rw-r--r--tools/firmware/rombios/rombios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/rombios/rombios.h b/tools/firmware/rombios/rombios.h
index 402172b21c..93d12a489f 100644
--- a/tools/firmware/rombios/rombios.h
+++ b/tools/firmware/rombios/rombios.h
@@ -27,7 +27,7 @@
#else
# define BX_ROMBIOS32 0
#endif
-#define DEBUG_ROMBIOS 1
+#define DEBUG_ROMBIOS 0
#define PANIC_PORT 0x400
#define PANIC_PORT2 0x401