aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/intel/haswell/early_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/haswell/early_init.c b/src/northbridge/intel/haswell/early_init.c
index 663812a5ce..861873e80d 100644
--- a/src/northbridge/intel/haswell/early_init.c
+++ b/src/northbridge/intel/haswell/early_init.c
@@ -127,9 +127,5 @@ void haswell_early_initialization(int chipset_type)
/* Setup IOMMU BARs */
haswell_setup_iommu();
- /* Device Enable: IGD and Mini-HD Audio */
- pci_write_config32(PCI_DEV(0, 0, 0), DEVEN,
- DEVEN_D0EN | DEVEN_D2EN | DEVEN_D3EN);
-
haswell_setup_graphics();
}