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