aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/butterfly/romstage.c')
-rw-r--r--src/mainboard/google/butterfly/romstage.c2
1 files changed, 1 insertions, 1 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;