aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dmp/vortex86ex/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/dmp/vortex86ex/romstage.c')
-rw-r--r--src/mainboard/dmp/vortex86ex/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index 040b937320..a7b31caa73 100644
--- a/src/mainboard/dmp/vortex86ex/romstage.c
+++ b/src/mainboard/dmp/vortex86ex/romstage.c
@@ -300,7 +300,7 @@ static void enable_l2_cache(void)
pci_write_config8(NB1, 0xe8, reg_nb_f1_e8);
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
static void main(unsigned long bist)
{
device_t dev;