From ff081888394489a99b1cce87a2ca6ab989c8500f Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 30 Dec 2019 00:45:22 +0100 Subject: mb/**/acpi_tables.c: Drop lid settings on desktops Unlike laptops and some trash cans, desktop boards do not have a lid. Change-Id: I5f947e411a4c9295a294f55771cd123de6b1e702 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/37993 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/sapphire/pureplatinumh61/acpi_tables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/sapphire') diff --git a/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c b/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c index 9c08af1ad4..a27584394a 100644 --- a/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c +++ b/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c @@ -18,9 +18,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) { - // the lid is open by default. - gnvs->lids = 1; - gnvs->tcrt = 100; gnvs->tpsv = 90; } -- cgit v1.2.3