Rename almost all occurences of LinuxBIOS to coreboot.
[coreboot.git] / src / include / x86emu / x86emu.h
index 9f29c4ccbe85549f8bb9584c43d5073e5b143a4b..bd45fea423924a39bc06161d3c3feab0ccdab061 100644 (file)
@@ -43,7 +43,7 @@
 #define __X86EMU_X86EMU_H
 
 /* FIXME: undefine printk for the moment */
-#ifdef LINUXBIOS_VERSION
+#ifdef COREBOOT_VERSION
 #include "console/console.h"
 #define printk printk_debug
 #else