[coreboot-gerrit] New patch to review for coreboot: cd1c10f AMD Northbridge LX: include northbridge.h in raminit.c

Christian Gmeiner (christian.gmeiner@gmail.com) gerrit at coreboot.org
Tue Jun 4 14:10:33 CEST 2013


Christian Gmeiner (christian.gmeiner at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3365

-gerrit

commit cd1c10fcffab991f24c4d88d71d7ac100866f8c8
Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Tue Jun 4 14:38:24 2013 +0200

    AMD Northbridge LX: include northbridge.h in raminit.c
    
    Change-Id: Ic2f50ae184678637c611757d3391826c1d2719a1
    Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
---
 src/northbridge/amd/lx/raminit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/northbridge/amd/lx/raminit.c b/src/northbridge/amd/lx/raminit.c
index df70888..6dfb073 100644
--- a/src/northbridge/amd/lx/raminit.c
+++ b/src/northbridge/amd/lx/raminit.c
@@ -24,6 +24,7 @@
 #include <spd.h>
 #include "southbridge/amd/cs5536/cs5536.h"
 #include "raminit.h"
+#include "northbridge.h"
 
 static const unsigned char NumColAddr[] = {
 	0x00, 0x10, 0x11, 0x00, 0x00, 0x00, 0x00, 0x07,



More information about the coreboot-gerrit mailing list