Submitter | Stefan Reinauer |
---|---|
Date | 2010-03-21 22:33:25 |
Message ID | <4BA69EB5.5060304@coresystems.de> |
Download | mbox | patch |
Permalink | /patch/1112/ |
State | Accepted |
Headers | show |
Comments
Patch
--- src/devices/oprom/x86emu/debug.h (revision 5263) +++ src/devices/oprom/x86emu/debug.h (working copy) @@ -42,8 +42,10 @@ /*---------------------- Macros and type definitions ----------------------*/ +#ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL /* printf is not available in coreboot... use printk */ #define printf(x...) printk(BIOS_DEBUG, x) +#endif /* checks to be enabled for "runtime" */