diff options
Diffstat (limited to 'src/soc/amd/glinda/root_complex.c')
-rw-r--r-- | src/soc/amd/glinda/root_complex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/glinda/root_complex.c b/src/soc/amd/glinda/root_complex.c index 86554ace77..3ae7688699 100644 --- a/src/soc/amd/glinda/root_complex.c +++ b/src/soc/amd/glinda/root_complex.c @@ -158,9 +158,6 @@ static void read_resources(struct device *dev) mmconf_resource(dev, idx++); - /* GNB IOAPIC resource */ - mmio_range(dev, IOMMU_IOAPIC_IDX, GNB_IO_APIC_ADDR, 0x1000); - /* Reserve fixed IOMMU MMIO region */ mmio_range(dev, idx++, IOMMU_RESERVED_MMIO_BASE, IOMMU_RESERVED_MMIO_SIZE); |