aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/smihandler.c')
-rw-r--r--src/soc/intel/jasperlake/smihandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/jasperlake/smihandler.c b/src/soc/intel/jasperlake/smihandler.c
index 67e59a26a0..3f6cfd2d7f 100644
--- a/src/soc/intel/jasperlake/smihandler.c
+++ b/src/soc/intel/jasperlake/smihandler.c
@@ -24,12 +24,12 @@
* Specific SOC SMI handler during ramstage finalize phase
*
* BIOS can't make CSME function disable as is due to POSTBOOT_SAI
- * restriction in place from TGP chipset. Hence create SMI Handler to
+ * restriction in place from JSP chipset. Hence create SMI Handler to
* perform CSME function disabling logic during SMM mode.
*/
void smihandler_soc_at_finalize(void)
{
- const struct soc_intel_tigerlake_config *config;
+ const struct soc_intel_jasperlake_config *config;
config = config_of_soc();