diff options
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/igd.c | 2 | ||||
-rw-r--r-- | src/soc/intel/broadwell/pmutil.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/igd.c b/src/soc/intel/broadwell/igd.c index fa1340fbcf..0b6e41657c 100644 --- a/src/soc/intel/broadwell/igd.c +++ b/src/soc/intel/broadwell/igd.c @@ -30,7 +30,7 @@ #include <soc/ramstage.h> #include <soc/systemagent.h> #include <soc/intel/broadwell/chip.h> -#include <vboot/vbnv.h> +#include <security/vboot/vbnv.h> #include <soc/igd.h> #define GT_RETRY 1000 diff --git a/src/soc/intel/broadwell/pmutil.c b/src/soc/intel/broadwell/pmutil.c index 0edcd8c3a9..25624cc60c 100644 --- a/src/soc/intel/broadwell/pmutil.c +++ b/src/soc/intel/broadwell/pmutil.c @@ -28,7 +28,7 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <soc/gpio.h> -#include <vboot/vbnv.h> +#include <security/vboot/vbnv.h> /* Print status bits with descriptive names */ static void print_status_bits(u32 status, const char *bit_names[]) |