[coreboot] r1132 - coreboot-v3/southbridge/nvidia/mcp55

svn at coreboot.org svn at coreboot.org
Fri Feb 13 12:00:21 CET 2009


Author: hailfinger
Date: 2009-02-13 12:00:21 +0100 (Fri, 13 Feb 2009)
New Revision: 1132

Modified:
   coreboot-v3/southbridge/nvidia/mcp55/pci.c
Log:
Fix missing indirection for CONFIG_PCI_64BIT_PREF_MEM. That config still
does not compile, but this needed fixing anyway.

Signed-off-by: Ronald Hoogenboom <hoogenboom30 at zonnet.nl>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/southbridge/nvidia/mcp55/pci.c
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/pci.c	2009-02-12 21:15:34 UTC (rev 1131)
+++ coreboot-v3/southbridge/nvidia/mcp55/pci.c	2009-02-13 11:00:21 UTC (rev 1132)
@@ -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
 





More information about the coreboot mailing list