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
This commit is contained in:
Stefan Reinauer 2009-08-27 22:36:13 +00:00 committed by Stefan Reinauer
parent 7ec3f67294
commit dc23c95d2f
1 changed files with 3 additions and 0 deletions

View File

@ -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