diff options
Diffstat (limited to 'src/mainboard/asrock/b75pro3-m')
-rw-r--r-- | src/mainboard/asrock/b75pro3-m/acpi_tables.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asrock/b75pro3-m/acpi_tables.c b/src/mainboard/asrock/b75pro3-m/acpi_tables.c index 114f6e1228..6727616f4b 100644 --- a/src/mainboard/asrock/b75pro3-m/acpi_tables.c +++ b/src/mainboard/asrock/b75pro3-m/acpi_tables.c @@ -19,9 +19,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) { - // the lid is open by default. - gnvs->lids = 1; - gnvs->tcrt = 100; gnvs->tpsv = 90; } |