From 24d5ad546668088163b8c11911d7fc0443889c34 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 4 Aug 2008 00:39:28 +0000 Subject: [PATCH] Trivial fix: fix include name for macros.h Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@719 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/geodelx/stage0.S | 2 +- arch/x86/stage0_i586.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/geodelx/stage0.S b/arch/x86/geodelx/stage0.S index 773fa9c013..78b75253f6 100644 --- a/arch/x86/geodelx/stage0.S +++ b/arch/x86/geodelx/stage0.S @@ -25,7 +25,7 @@ /* Init code - Switch CPU to protected mode and enable Cache-as-Ram (CAR). */ -#include "../macros.h" +#include #include .code16 diff --git a/arch/x86/stage0_i586.S b/arch/x86/stage0_i586.S index 54aa6a62a2..745c3706f8 100644 --- a/arch/x86/stage0_i586.S +++ b/arch/x86/stage0_i586.S @@ -24,7 +24,7 @@ # init code - switch cpu to pmode and enable cache as ram. -#include "macros.h" +#include #define ROM_CODE_SEG 0x08 #define ROM_DATA_SEG 0x10