aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/heci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake/heci.c')
-rw-r--r--src/soc/intel/apollolake/heci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/heci.c b/src/soc/intel/apollolake/heci.c
index 468589531c..55da98cca7 100644
--- a/src/soc/intel/apollolake/heci.c
+++ b/src/soc/intel/apollolake/heci.c
@@ -22,7 +22,7 @@
uint32_t heci_fw_sts(void)
{
- return pci_read_config32(CSE_DEV, REG_SEC_FW_STS0);
+ return pci_read_config32(HECI1_DEV, REG_SEC_FW_STS0);
}
bool heci_cse_normal(void)