[coreboot] [v2] r4597 - trunk/coreboot-v2/util/x86emu/include/x86emu

svn at coreboot.org svn at coreboot.org
Thu Aug 27 15:02:28 CEST 2009


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 at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at 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)





More information about the coreboot mailing list