diff options
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/romstage/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c index e7b8ae0180..3f264ff5ec 100644 --- a/src/soc/intel/broadwell/romstage/romstage.c +++ b/src/soc/intel/broadwell/romstage/romstage.c @@ -16,7 +16,7 @@ #include <stddef.h> #include <stdint.h> #include <arch/cbfs.h> -#include <arch/cpu.h> +#include <arch/romstage.h> #include <bootblock_common.h> #include <bootmode.h> #include <cbmem.h> |