diff options
Diffstat (limited to 'src/southbridge/amd/pi/hudson/hudson.c')
-rw-r--r-- | src/southbridge/amd/pi/hudson/hudson.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/amd/pi/hudson/hudson.c b/src/southbridge/amd/pi/hudson/hudson.c index e9b26e0ad0..1e9864a2ee 100644 --- a/src/southbridge/amd/pi/hudson/hudson.c +++ b/src/southbridge/amd/pi/hudson/hudson.c @@ -88,8 +88,7 @@ static void hudson_final(void *chip_info) { if (CONFIG(HUDSON_IMC_FWM)) { agesawrapper_fchecfancontrolservice(); - if (!CONFIG(ACPI_ENABLE_THERMAL_ZONE)) - enable_imc_thermal_zone(); + enable_imc_thermal_zone(); } } |