diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-07-05 16:00:38 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-07-09 10:52:19 +0000 |
commit | df29d23ee3f36d3d6a5fa0fde46beeb67554a8da (patch) | |
tree | 93719f2cbd5fc31cbe613ba67fc703d66899e81a /src/soc/intel/icelake/cpu.c | |
parent | 45564050ec00b6d4b2c5b27cf26a56b46db8df1c (diff) | |
download | coreboot-df29d23ee3f36d3d6a5fa0fde46beeb67554a8da.tar.xz |
soc/intel/icelake: Refer to soc/soc_chip.h rather than chip.h
Change-Id: I9e3b5126173e7cec8f2809a38b92c82c9ed5327d
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34085
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/icelake/cpu.c')
-rw-r--r-- | src/soc/intel/icelake/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/icelake/cpu.c b/src/soc/intel/icelake/cpu.c index 527b989e1a..67d41d79fd 100644 --- a/src/soc/intel/icelake/cpu.c +++ b/src/soc/intel/icelake/cpu.c @@ -31,8 +31,7 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <soc/smm.h> - -#include "chip.h" +#include <soc/soc_chip.h> static void soc_fsp_load(void) { |