diff options
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/pmc/pmclib.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/mrc_cache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/pmc/pmclib.c b/src/soc/intel/common/block/pmc/pmclib.c index 82ce29261f..f653bf08a1 100644 --- a/src/soc/intel/common/block/pmc/pmclib.c +++ b/src/soc/intel/common/block/pmc/pmclib.c @@ -23,7 +23,7 @@ #include <soc/pm.h> #include <string.h> #include <timer.h> -#include <vboot/vboot_common.h> +#include <security/vboot/vboot_common.h> static struct chipset_power_state power_state CAR_GLOBAL; diff --git a/src/soc/intel/common/mrc_cache.c b/src/soc/intel/common/mrc_cache.c index a4f3d3201b..8720c9df05 100644 --- a/src/soc/intel/common/mrc_cache.c +++ b/src/soc/intel/common/mrc_cache.c @@ -23,7 +23,7 @@ #include <fmap.h> #include <ip_checksum.h> #include <region_file.h> -#include <vboot/vboot_common.h> +#include <security/vboot/vboot_common.h> #include "mrc_cache.h" #include "nvm.h" |