summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/device.c')
-rw-r--r--util/x86emu/yabel/device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/x86emu/yabel/device.c b/util/x86emu/yabel/device.c
index e070a3a5732f..d5c114ccb698 100644
--- a/util/x86emu/yabel/device.c
+++ b/util/x86emu/yabel/device.c
@@ -13,7 +13,7 @@
#include "device.h"
-#ifdef COREBOOT_V2
+#ifdef CONFIG_COREBOOT_V2
#include "compat/rtas.h"
#else
#include "rtas.h"
@@ -397,7 +397,7 @@ biosemu_dev_init(struct device * device)
{
u8 rval = 0;
//init bios_device struct
-#ifdef COREBOOT_V2
+#ifdef CONFIG_COREBOOT_V2
DEBUG_PRINTF("%s\n", __func__);
#else
DEBUG_PRINTF("%s(%s)\n", __func__, device->dtsname);