diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-12-09 10:20:12 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-20 16:48:49 +0000 |
commit | 2387f928e85b419f4b2a11b73db8f282ba56cf68 (patch) | |
tree | 3c082ce68a0ba13219da834e9ee22e82f800e23f /src/mainboard/lenovo/t430 | |
parent | 7f5efd90e598320791200e03f761309ee04b58a3 (diff) | |
download | coreboot-2387f928e85b419f4b2a11b73db8f282ba56cf68.tar.xz |
mb/lenovo/t430/acpi_tables: Don't set flvl
The current fan level should be zero at boot and only be modified by
ACPI or SMI code.
Change-Id: I72b59f05746b28cfb24c4f018aebc2befa9caba6
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/22796
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo/t430')
-rw-r--r-- | src/mainboard/lenovo/t430/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t430/acpi_tables.c b/src/mainboard/lenovo/t430/acpi_tables.c index c5559af915..5caa3d43d9 100644 --- a/src/mainboard/lenovo/t430/acpi_tables.c +++ b/src/mainboard/lenovo/t430/acpi_tables.c @@ -29,7 +29,6 @@ static void acpi_update_thermal_table(global_nvs_t *gnvs) gnvs->tcrt = CRITICAL_TEMPERATURE; gnvs->tpsv = PASSIVE_TEMPERATURE; gnvs->tmax = MAX_TEMPERATURE; - gnvs->flvl = 5; } void acpi_create_gnvs(global_nvs_t *gnvs) |