[coreboot] r3747 - trunk/coreboot-v2/src/northbridge/intel/i945

svn at coreboot.org svn at coreboot.org
Tue Nov 11 22:57:20 CET 2008


Author: stepan
Date: 2008-11-11 22:57:20 +0100 (Tue, 11 Nov 2008)
New Revision: 3747

Modified:
   trunk/coreboot-v2/src/northbridge/intel/i945/ich7.h
Log:
Thanks to Uwe Hermann for spotting this typo.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/northbridge/intel/i945/ich7.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i945/ich7.h	2008-11-11 21:10:07 UTC (rev 3746)
+++ trunk/coreboot-v2/src/northbridge/intel/i945/ich7.h	2008-11-11 21:57:20 UTC (rev 3747)
@@ -60,7 +60,7 @@
 #define RP2D		0x0130	/* 32bit */
 #define RP2BA		0x0138	/* 64bit */
 #define RP3D		0x0140	/* 32bit */
-#define RP3BA		0x0138	/* 64bit */
+#define RP3BA		0x0148	/* 64bit */
 #define RP4D		0x0150	/* 32bit */
 #define RP4BA		0x0158	/* 64bit */
 #define HDD		0x0160	/* 32bit */





More information about the coreboot mailing list