summaryrefslogtreecommitdiffstats
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.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/intel/jasperlake/smihandler.c b/src/soc/intel/jasperlake/smihandler.c
index 2e38b68768b2..463967686fa8 100644
--- a/src/soc/intel/jasperlake/smihandler.c
+++ b/src/soc/intel/jasperlake/smihandler.c
@@ -16,11 +16,7 @@
*/
void smihandler_soc_at_finalize(void)
{
- const struct soc_intel_jasperlake_config *config;
-
- config = config_of_soc();
-
- if (!config->HeciEnabled && CONFIG(HECI_DISABLE_USING_SMM))
+ if (CONFIG(DISABLE_HECI1_AT_PRE_BOOT) && CONFIG(HECI_DISABLE_USING_SMM))
heci_disable();
}