diff options
Diffstat (limited to 'src/soc/intel/baytrail/refcode.c')
-rw-r--r-- | src/soc/intel/baytrail/refcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/baytrail/refcode.c b/src/soc/intel/baytrail/refcode.c index 45771e0777..b3e612ad95 100644 --- a/src/soc/intel/baytrail/refcode.c +++ b/src/soc/intel/baytrail/refcode.c @@ -30,8 +30,8 @@ #include <vendorcode/google/chromeos/vboot_handoff.h> #endif -#include <baytrail/ramstage.h> -#include <baytrail/efi_wrapper.h> +#include <soc/ramstage.h> +#include <soc/efi_wrapper.h> static inline struct ramstage_cache *next_cache(struct ramstage_cache *c) { |