diff --git a/src/mainboard/google/rauru/romstage.c b/src/mainboard/google/rauru/romstage.c index 767799519c..876a7480f1 100644 --- a/src/mainboard/google/rauru/romstage.c +++ b/src/mainboard/google/rauru/romstage.c @@ -15,6 +15,7 @@ #include #include #include +#include static void raise_little_cpu_freq(void) { @@ -42,6 +43,7 @@ void platform_romstage_main(void) clk_buf_init(); mtk_dram_init(); modem_power_down(); + thermal_init(); if (CONFIG(PCI)) mtk_pcie_deassert_perst();