Author: rminnich
Date: 2008-08-04 02:39:28 +0200 (Mon, 04 Aug 2008)
New Revision: 719
Modified:
coreboot-v3/arch/x86/geodelx/stage0.S
coreboot-v3/arch/x86/stage0_i586.S
Log:
Trivial fix: fix include name for macros.h
Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Modified: coreboot-v3/arch/x86/geodelx/stage0.S
===================================================================
--- coreboot-v3/arch/x86/geodelx/stage0.S 2008-08-03 23:36:44 UTC (rev
718)
+++ coreboot-v3/arch/x86/geodelx/stage0.S 2008-08-04 00:39:28 UTC (rev
719)
@@ -25,7 +25,7 @@
/* Init code - Switch CPU to protected mode and enable Cache-as-Ram (CAR). */
-#include "../macros.h"
+#include <macros.h>
#include <amd_geodelx.h>
.code16
Modified: coreboot-v3/arch/x86/stage0_i586.S
===================================================================
--- coreboot-v3/arch/x86/stage0_i586.S 2008-08-03 23:36:44 UTC (rev 718)
+++ coreboot-v3/arch/x86/stage0_i586.S 2008-08-04 00:39:28 UTC (rev 719)
@@ -24,7 +24,7 @@
# init code - switch cpu to pmode and enable cache as ram.
-#include "macros.h"
+#include <macros.h>
#define ROM_CODE_SEG 0x08
#define ROM_DATA_SEG 0x10
--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot