summaryrefslogtreecommitdiff
path: root/src/mainboard/technologic/ts5300/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/technologic/ts5300/romstage.c')
-rw-r--r--src/mainboard/technologic/ts5300/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technologic/ts5300/romstage.c b/src/mainboard/technologic/ts5300/romstage.c
index 64de0c036d..5d33baee25 100644
--- a/src/mainboard/technologic/ts5300/romstage.c
+++ b/src/mainboard/technologic/ts5300/romstage.c
@@ -136,7 +136,7 @@ static void hard_reset(void)
while (1) ;
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
static void main(unsigned long bist)
{
volatile int i;