From 1effaca4e71b72acd052ddec45c2c7dbf23e6c4e Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 16 Oct 2018 11:57:00 +0200 Subject: mb/lenovo/*/acpi_tables: Remove comment about IGD displays IGD display handling was rewritten with commit dd2bc3f8 with Change-Id I556769e5e28b83e7465e3db689e26c8c0ab44757 ("igd.asl rewrite"). These comments were removed as well (with some accidentally left behind). Let's remove them and those who were introduced later with new ports. Change-Id: I8d3e12d0c3b03b0de38e65f36b94ed706fbf893c Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/29271 Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/x131e/acpi_tables.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/lenovo/x131e/acpi_tables.c') diff --git a/src/mainboard/lenovo/x131e/acpi_tables.c b/src/mainboard/lenovo/x131e/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/x131e/acpi_tables.c +++ b/src/mainboard/lenovo/x131e/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; -- cgit v1.2.3