summaryrefslogtreecommitdiffstats
path: root/util/x86emu
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-08-27 22:36:13 +0000
committerStefan Reinauer <stepan@openbios.org>2009-08-27 22:36:13 +0000
commitdc23c95d2fa52453a3333c9cb91a82ab7372985c (patch)
tree6d3a1d73200f856dfab2003c6e75f149b57c6b04 /util/x86emu
parent7ec3f67294968a0c5346b9aad2621724e6340ef4 (diff)
downloadcoreboot-staging-dc23c95d2fa52453a3333c9cb91a82ab7372985c.zip
coreboot-staging-dc23c95d2fa52453a3333c9cb91a82ab7372985c.tar.gz
For Carl-Daniel: make x86emu silent again.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4603 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/x86emu')
-rw-r--r--util/x86emu/include/x86emu/x86emu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/x86emu/include/x86emu/x86emu.h b/util/x86emu/include/x86emu/x86emu.h
index a4b09e3..823f497 100644
--- a/util/x86emu/include/x86emu/x86emu.h
+++ b/util/x86emu/include/x86emu/x86emu.h
@@ -47,6 +47,9 @@
#include <console/console.h>
#undef printk
#define printk(x...) do_printk(BIOS_DEBUG, x)
+#if defined(CONFIG_DEBUG) && (CONFIG_DEBUG == 0)
+#undef CONFIG_DEBUG
+#endif
#else
#define printk printf
#endif
OpenPOWER on IntegriCloud