summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dai_g/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x6dai_g/reset.c')
-rw-r--r--src/mainboard/supermicro/x6dai_g/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x6dai_g/reset.c b/src/mainboard/supermicro/x6dai_g/reset.c
index f57d7a5098..e168e37a2f 100644
--- a/src/mainboard/supermicro/x6dai_g/reset.c
+++ b/src/mainboard/supermicro/x6dai_g/reset.c
@@ -1,7 +1,7 @@
#include <arch/io.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
-#ifndef __ROMCC__
+#if !defined (__ROMCC__) && !defined (__PRE_RAM__)
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>