Author: oxygene Date: 2009-08-27 15:02:28 +0200 (Thu, 27 Aug 2009) New Revision: 4597
Modified: trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h Log: 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
Modified: trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h =================================================================== --- trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 12:10:50 UTC (rev 4596) +++ trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 13:02:28 UTC (rev 4597) @@ -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)