aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-08-27 13:02:28 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-08-27 13:02:28 +0000
commit66b9abc5dbea72287c250c8379c204113923409a (patch)
tree1d0ebcc92de591e0c03fa924eba8835ea6de3b28 /util
parent39ec29c47ef056f83500a5f1efdbf6b37f9a1f77 (diff)
Another trivial patch to fix up the x86emu cleanup.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4597 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r--util/x86emu/include/x86emu/x86emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/include/x86emu/x86emu.h b/util/x86emu/include/x86emu/x86emu.h
index 141e27f444..a4b09e3f18 100644
--- a/util/x86emu/include/x86emu/x86emu.h
+++ b/util/x86emu/include/x86emu/x86emu.h
@@ -43,7 +43,7 @@
#define __X86EMU_X86EMU_H
/* FIXME: redefine printk for the moment */
-#ifdef COREBOOT_V2
+#ifdef CONFIG_COREBOOT_V2
#include <console/console.h>
#undef printk
#define printk(x...) do_printk(BIOS_DEBUG, x)