Author: rminnich
Date: 2008-08-01 18:59:09 +0200 (Fri, 01 Aug 2008)
New Revision: 701
Modified:
coreboot-v3/arch/x86/geodelx/stage1.c
coreboot-v3/southbridge/amd/cs5536/stage1.c
Log:
minor include stuff.
Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Marc Jones <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]>
Modified: coreboot-v3/arch/x86/geodelx/stage1.c
===================================================================
--- coreboot-v3/arch/x86/geodelx/stage1.c 2008-07-30 15:08:25 UTC (rev
700)
+++ coreboot-v3/arch/x86/geodelx/stage1.c 2008-08-01 16:59:09 UTC (rev
701)
@@ -20,9 +20,9 @@
#include <types.h>
#include <lib.h>
-#include <msr.h>
#include <amd_geodelx.h>
#include <console.h>
+#include <msr.h>
static const struct msrinit msr_table[] = {
/* Setup access to cache under 1MB. */
Modified: coreboot-v3/southbridge/amd/cs5536/stage1.c
===================================================================
--- coreboot-v3/southbridge/amd/cs5536/stage1.c 2008-07-30 15:08:25 UTC (rev
700)
+++ coreboot-v3/southbridge/amd/cs5536/stage1.c 2008-08-01 16:59:09 UTC (rev
701)
@@ -18,6 +18,7 @@
*/
#include <types.h>
+#include <console.h>
#include <msr.h>
#include <lib.h>
#include <amd_geodelx.h>
--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot