aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/init.c b/core/init.c
index 02bd30c..466a426 100644
--- a/core/init.c
+++ b/core/init.c
@@ -507,6 +507,7 @@ void __noreturn load_and_boot_kernel(bool is_reboot)
* as possible to avoid delay.
*/
occ_pstates_init();
+ occ_sensors_init();
/* Use nvram bootargs over device tree */
cmdline = nvram_query("bootargs");