Author: stepan Date: 2009-08-28 00:36:13 +0200 (Fri, 28 Aug 2009) New Revision: 4603
Modified: trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h Log: For Carl-Daniel: make x86emu silent again.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h =================================================================== --- trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 22:19:23 UTC (rev 4602) +++ trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 22:36:13 UTC (rev 4603) @@ -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