aboutsummaryrefslogtreecommitdiff
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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/x86emu/yabel/device.c b/util/x86emu/yabel/device.c
index d5c114ccb6..6804c66755 100644
--- a/util/x86emu/yabel/device.c
+++ b/util/x86emu/yabel/device.c
@@ -13,11 +13,7 @@
#include "device.h"
-#ifdef CONFIG_COREBOOT_V2
#include "compat/rtas.h"
-#else
-#include "rtas.h"
-#endif
#include <string.h>
#include "debug.h"
@@ -397,11 +393,7 @@ biosemu_dev_init(struct device * device)
{
u8 rval = 0;
//init bios_device struct
-#ifdef CONFIG_COREBOOT_V2
DEBUG_PRINTF("%s\n", __func__);
-#else
- DEBUG_PRINTF("%s(%s)\n", __func__, device->dtsname);
-#endif
memset(&bios_device, 0, sizeof(bios_device));
#ifndef CONFIG_PCI_OPTION_ROM_RUN_YABEL