diff options
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/romstage/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index 01258476d4..0f82c49999 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -28,13 +28,13 @@ #include <device/device.h> #include <device/pci_def.h> #include <elog.h> +#include <mrc_cache.h> #include <romstage_handoff.h> #include <string.h> #include <timestamp.h> #include <reset.h> #include <vendorcode/google/chromeos/chromeos.h> #include <fsp/util.h> -#include <soc/intel/common/mrc_cache.h> #include <soc/gpio.h> #include <soc/iomap.h> #include <soc/iosf.h> |