diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/meteorlake/romstage/systemagent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/romstage/systemagent.c b/src/soc/intel/meteorlake/romstage/systemagent.c index 6e9b9fa486..ba9b72cd08 100644 --- a/src/soc/intel/meteorlake/romstage/systemagent.c +++ b/src/soc/intel/meteorlake/romstage/systemagent.c @@ -8,7 +8,6 @@ void systemagent_early_init(void) { static const struct sa_mmio_descriptor soc_fixed_pci_resources[] = { - { MCHBAR, MCH_BASE_ADDRESS, MCH_BASE_SIZE, "MCHBAR" }, { DMIBAR, DMI_BASE_ADDRESS, DMI_BASE_SIZE, "DMIBAR" }, { EPBAR, EP_BASE_ADDRESS, EP_BASE_SIZE, "EPBAR" }, }; |