diff options
Diffstat (limited to 'util/x86emu/include')
-rw-r--r-- | util/x86emu/include/x86emu/x86emu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/x86emu/include/x86emu/x86emu.h b/util/x86emu/include/x86emu/x86emu.h index 04381627c7..60acfe763c 100644 --- a/util/x86emu/include/x86emu/x86emu.h +++ b/util/x86emu/include/x86emu/x86emu.h @@ -43,7 +43,6 @@ #define __X86EMU_X86EMU_H /* FIXME: redefine printk for the moment */ -#ifdef CONFIG_COREBOOT_V2 #include <stddef.h> #include <console/console.h> #undef printk @@ -51,9 +50,6 @@ #if defined(CONFIG_DEBUG) && (CONFIG_DEBUG == 0) #undef CONFIG_DEBUG #endif -#else -#define printk printf -#endif #ifdef SCITECH #include "scitech.h" |