aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pei_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pei_data.c')
-rw-r--r--src/soc/intel/broadwell/pei_data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/pei_data.c b/src/soc/intel/broadwell/pei_data.c
index 9ae7268971..b87202f02d 100644
--- a/src/soc/intel/broadwell/pei_data.c
+++ b/src/soc/intel/broadwell/pei_data.c
@@ -20,10 +20,10 @@
#include <stdlib.h>
#include <stdint.h>
#include <console/streams.h>
-#include <broadwell/iomap.h>
-#include <broadwell/pei_data.h>
-#include <broadwell/pei_wrapper.h>
-#include <broadwell/smm.h>
+#include <soc/iomap.h>
+#include <soc/pei_data.h>
+#include <soc/pei_wrapper.h>
+#include <soc/smm.h>
static void ABI_X86 send_to_console(unsigned char b)
{