Hi, I stumbled on an obvious error in a piece of code (v3) conditional on CONFIG_PCI_64BIT_PREF_MEM. What is the exact purpose of this config and why is it obviously never used? (doesn't even compile)
Index: southbridge/nvidia/mcp55/pci.c =================================================================== --- southbridge/nvidia/mcp55/pci.c (revision 1126) +++ southbridge/nvidia/mcp55/pci.c (working copy) @@ -38,7 +38,7 @@ u32 dword; u16 word; #ifdef CONFIG_PCI_64BIT_PREF_MEM - struct device pci_domain_dev; + struct device *pci_domain_dev; struct resource *mem1, *mem2; #endif
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

