From 66b9abc5dbea72287c250c8379c204113923409a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 27 Aug 2009 13:02:28 +0000 Subject: Another trivial patch to fix up the x86emu cleanup. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4597 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/x86emu/include/x86emu/x86emu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #undef printk #define printk(x...) do_printk(BIOS_DEBUG, x) -- cgit v1.2.3