[coreboot] r864 - coreboot-v3/southbridge/amd/cs5536

svn at coreboot.org svn at coreboot.org
Wed Sep 17 18:29:02 CEST 2008


Author: rminnich
Date: 2008-09-17 18:29:02 +0200 (Wed, 17 Sep 2008)
New Revision: 864

Modified:
   coreboot-v3/southbridge/amd/cs5536/smbus_initram.c
Log:
EMERGENCY patch for a stupid typo. This code won't compile without these includes. 

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: coreboot-v3/southbridge/amd/cs5536/smbus_initram.c
===================================================================
--- coreboot-v3/southbridge/amd/cs5536/smbus_initram.c	2008-09-17 02:19:59 UTC (rev 863)
+++ coreboot-v3/southbridge/amd/cs5536/smbus_initram.c	2008-09-17 16:29:02 UTC (rev 864)
@@ -19,7 +19,9 @@
 
 #include <types.h>
 #include <console.h>
+#include <globalvars.h>
 #include <io.h>
+#include <cpu.h>
 #include "cs5536.h"
 
 #define SMBUS_ERROR			-1





More information about the coreboot mailing list