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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/smihandler.c b/src/soc/intel/jasperlake/smihandler.c
index 463967686fa8..3dca4a2e5739 100644
--- a/src/soc/intel/jasperlake/smihandler.c
+++ b/src/soc/intel/jasperlake/smihandler.c
@@ -17,7 +17,7 @@
void smihandler_soc_at_finalize(void)
{
if (CONFIG(DISABLE_HECI1_AT_PRE_BOOT) && CONFIG(HECI_DISABLE_USING_SMM))
- heci_disable();
+ heci1_disable();
}
int smihandler_soc_disable_busmaster(pci_devfn_t dev)