mb/lenovo/*/dsdt: Remove HAVE_LCD_SCREEN

This define is no longer used by anyone. It was removed everywhere else
with commit with Change-Id I556769e5e28b83e7465e3db689e26c8c0ab44757.
It seems that these two files were simply mislooked. So let's remove it.

Change-Id: Ifbb62441e16e97c0cae0713968844e296619a880
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29070
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Peter Lemenkov 2018-10-12 12:59:50 +02:00 committed by Martin Roth
parent 5f7910d220
commit 43fcec67e5
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
#define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
#define EC_LENOVO_H8_ME_WORKAROUND 1 #define EC_LENOVO_H8_ME_WORKAROUND 1
#define HAVE_LCD_SCREEN 1
DefinitionBlock( DefinitionBlock(
"dsdt.aml", "dsdt.aml",

View File

@ -20,7 +20,6 @@
#define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
#define EC_LENOVO_H8_ME_WORKAROUND 1 #define EC_LENOVO_H8_ME_WORKAROUND 1
#define HAVE_LCD_SCREEN 1
DefinitionBlock( DefinitionBlock(
"dsdt.aml", "dsdt.aml",