Always enable parent resources before child resources.
[coreboot.git] / src / northbridge / intel / e7525 / northbridge.c
index 2af6c25ae85e6b7c376bae45c3fd66bc618b6adf..bccd023b8b094dc33f4687825cd2d04890d15f2d 100644 (file)
@@ -163,8 +163,8 @@ static u32 e7525_domain_scan_bus(device_t dev, u32 max)
 static struct device_operations pci_domain_ops = {
        .read_resources   = pci_domain_read_resources,
        .set_resources    = pci_domain_set_resources,
-       .enable_resources = enable_childrens_resources,
-       .init             = 0,
+       .enable_resources = NULL,
+       .init             = NULL,
        .scan_bus         = e7525_domain_scan_bus,
        .ops_pci_bus      = &pci_cf8_conf1, /* Do we want to use the memory mapped space here? */
 };