aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/smihandler.c')
-rw-r--r--src/soc/intel/alderlake/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/smihandler.c b/src/soc/intel/alderlake/smihandler.c
index d9ea96a3da..61fecdf7bc 100644
--- a/src/soc/intel/alderlake/smihandler.c
+++ b/src/soc/intel/alderlake/smihandler.c
@@ -20,7 +20,7 @@ void smihandler_soc_at_finalize(void)
return;
if (CONFIG(DISABLE_HECI1_AT_PRE_BOOT))
- heci_disable();
+ heci1_disable();
}
int smihandler_soc_disable_busmaster(pci_devfn_t dev)