summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ec_comm.c2
-rw-r--r--common/ec_efs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/ec_comm.c b/common/ec_comm.c
index 169e65eb55..eaf26b4509 100644
--- a/common/ec_comm.c
+++ b/common/ec_comm.c
@@ -76,7 +76,7 @@ static void ec_comm_init_(void)
if (gpio_get_level(GPIO_EC_PACKET_MODE_EN))
ec_comm_packet_mode_en(GPIO_EC_PACKET_MODE_EN);
}
-DECLARE_HOOK(HOOK_INIT, ec_comm_init_, HOOK_PRIO_DEFAULT + 1);
+DECLARE_HOOK(HOOK_INIT, ec_comm_init_, HOOK_PRIO_INIT_EC_CR50_COMM);
/*
* Process the received packet.
diff --git a/common/ec_efs.c b/common/ec_efs.c
index 9952e0bc1c..207056dce0 100644
--- a/common/ec_efs.c
+++ b/common/ec_efs.c
@@ -116,7 +116,7 @@ static void ec_efs_init_(void)
ec_efs_refresh();
}
-DECLARE_HOOK(HOOK_INIT, ec_efs_init_, HOOK_PRIO_DEFAULT);
+DECLARE_HOOK(HOOK_INIT, ec_efs_init_, HOOK_PRIO_INIT_EC_EFS);
/**
* TPM vendor command handler to respond with EC Boot Mode.