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:
parent
39ec29c47e
commit
66b9abc5db
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue