summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/intel/haswell/northbridge.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c
index c59dce792f2c..130c0ff8ac50 100644
--- a/src/northbridge/intel/haswell/northbridge.c
+++ b/src/northbridge/intel/haswell/northbridge.c
@@ -547,9 +547,6 @@ static void northbridge_init(struct device *dev)
/* Configure turbo power limits 1ms after reset complete bit. */
mdelay(1);
set_power_limits(28);
-
- /* Set here before graphics PM init. */
- MCHBAR32(MMIO_PAVP_MSG) = 0x00100001;
}
static struct device_operations mc_ops = {