From abe5632b67406509fa69cb3a67b5fae6d7e47c05 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 3 Nov 2021 17:12:55 +0100 Subject: [PATCH] nb/intel/haswell/northbridge.c: Drop stale comment This can now be controlled with the `MMCONF_BUS_NUMBER` Kconfig option. Change-Id: If0fdefc5b4339acc843443c551892b397ed39c2e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/58922 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/northbridge/intel/haswell/northbridge.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c index 23220976dd..9ead46bc98 100644 --- a/src/northbridge/intel/haswell/northbridge.c +++ b/src/northbridge/intel/haswell/northbridge.c @@ -34,10 +34,6 @@ static const char *northbridge_acpi_name(const struct device *dev) return NULL; } -/* - * TODO: We could determine how many PCIe buses we need in the bar. - * For now, that number is hardcoded to a max of 64. - */ static struct device_operations pci_domain_ops = { .read_resources = pci_domain_read_resources, .set_resources = pci_domain_set_resources,