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
This commit is contained in:
Patrick Georgi 2009-08-27 13:02:28 +00:00
parent 39ec29c47e
commit 66b9abc5db
1 changed files with 1 additions and 1 deletions

View File

@ -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)