aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms6147/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/msi/ms6147/romstage.c')
-rw-r--r--src/mainboard/msi/ms6147/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms6147/romstage.c b/src/mainboard/msi/ms6147/romstage.c
index a6767bc9a8..c3a755749e 100644
--- a/src/mainboard/msi/ms6147/romstage.c
+++ b/src/mainboard/msi/ms6147/romstage.c
@@ -41,7 +41,7 @@ int spd_read_byte(unsigned int device, unsigned int address)
return smbus_read_byte(device, address);
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
void main(unsigned long bist)
{
winbond_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);