aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/wtm2/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/intel/wtm2/romstage.c')
-rw-r--r--src/mainboard/intel/wtm2/romstage.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/intel/wtm2/romstage.c b/src/mainboard/intel/wtm2/romstage.c
index 41bef93345..d3ec418556 100644
--- a/src/mainboard/intel/wtm2/romstage.c
+++ b/src/mainboard/intel/wtm2/romstage.c
@@ -21,10 +21,10 @@
#include <console/console.h>
#include <stdint.h>
#include <string.h>
-#include <broadwell/gpio.h>
-#include <broadwell/pei_data.h>
-#include <broadwell/pei_wrapper.h>
-#include <broadwell/romstage.h>
+#include <soc/gpio.h>
+#include <soc/pei_data.h>
+#include <soc/pei_wrapper.h>
+#include <soc/romstage.h>
#include "gpio.h"
void mainboard_romstage_entry(struct romstage_params *rp)