Author: rminnich
Date: 2008-08-05 03:24:38 +0200 (Tue, 05 Aug 2008)
New Revision: 721

Modified:
   coreboot-v3/northbridge/amd/k8/raminit.c
Log:
Self-acking fix of a stupid typo. 

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>



Modified: coreboot-v3/northbridge/amd/k8/raminit.c
===================================================================
--- coreboot-v3/northbridge/amd/k8/raminit.c    2008-08-05 01:19:37 UTC (rev 
720)
+++ coreboot-v3/northbridge/amd/k8/raminit.c    2008-08-05 01:24:38 UTC (rev 
721)
@@ -56,8 +56,8 @@
 extern const struct pci_bus_operations pci_cf8_conf1;
 static void hard_reset(void);
 
-#define pci_config_read32(bus, dev, where) pci_cf8_conf1.read32(NULL, 
r->pcm.bus, dev, where)
-#define pci_config_write32(bus, dev, where, what) pci_cf8_conf1.write32(NULL, 
r->pcm.bus, dev, where, what)
+#define pci_config_read32(bus, dev, where) pci_cf8_conf1.read32(NULL,  bus, 
dev, where)
+#define pci_config_write32(bus, dev, where, what) pci_cf8_conf1.write32(NULL, 
bus, dev, where, what)
 
 
 static int controller_present(const struct mem_controller *ctrl)


--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to