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:
parent
7ec3f67294
commit
dc23c95d2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue