From 8ed1b6d2dc16b25334dff13033843b8c7f125f83 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 19 Jan 2010 21:13:44 +0000 Subject: drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 anymore so this ugly hack is no longer needed. Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/x86emu/include/x86emu/x86emu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/x86emu/include') 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 #include #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" -- cgit v1.2.3