summaryrefslogtreecommitdiff
path: root/common/x86_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/x86_power.c')
-rw-r--r--common/x86_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/x86_power.c b/common/x86_power.c
index cd599692d2..1838643def 100644
--- a/common/x86_power.c
+++ b/common/x86_power.c
@@ -397,7 +397,7 @@ static int x86_power_init(void)
return EC_SUCCESS;
}
-DECLARE_HOOK(HOOK_INIT, x86_power_init, HOOK_PRIO_DEFAULT);
+DECLARE_HOOK(HOOK_INIT, x86_power_init, HOOK_PRIO_INIT_CHIPSET);
/*****************************************************************************/
/* Task function */