summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/butterfly/romstage.c2
-rw-r--r--src/mainboard/google/link/romstage.c2
-rw-r--r--src/mainboard/google/parrot/romstage.c2
-rw-r--r--src/mainboard/google/stout/romstage.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c
index 1c7b8baf28..083abe1df4 100644
--- a/src/mainboard/google/butterfly/romstage.c
+++ b/src/mainboard/google/butterfly/romstage.c
@@ -112,7 +112,7 @@ static void rcba_config(void)
RCBA32(FD) = reg32;
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
void main(unsigned long bist)
{
int boot_mode = 0;
diff --git a/src/mainboard/google/link/romstage.c b/src/mainboard/google/link/romstage.c
index 25c65298a9..6d819b4d27 100644
--- a/src/mainboard/google/link/romstage.c
+++ b/src/mainboard/google/link/romstage.c
@@ -150,7 +150,7 @@ static void copy_spd(struct pei_data *peid)
sizeof(peid->spd_data[0]));
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
void main(unsigned long bist)
{
int boot_mode = 0;
diff --git a/src/mainboard/google/parrot/romstage.c b/src/mainboard/google/parrot/romstage.c
index a4daae5ab6..6c3ec79ae9 100644
--- a/src/mainboard/google/parrot/romstage.c
+++ b/src/mainboard/google/parrot/romstage.c
@@ -113,7 +113,7 @@ static void rcba_config(void)
RCBA32(FD) = reg32;
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
void main(unsigned long bist)
{
int boot_mode = 0;
diff --git a/src/mainboard/google/stout/romstage.c b/src/mainboard/google/stout/romstage.c
index 008f1f8361..05caa3ecc8 100644
--- a/src/mainboard/google/stout/romstage.c
+++ b/src/mainboard/google/stout/romstage.c
@@ -154,7 +154,7 @@ static void early_ec_init(void)
}
}
-#include <cpu/intel/car.h>
+#include <cpu/intel/romstage.h>
void main(unsigned long bist)
{
int boot_mode = 0;