diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-02-10 23:15:18 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-12 07:58:43 +0000 |
commit | b27e7db0dcd556684d30870068d6c7b8367e887e (patch) | |
tree | 7abf91384bd383a62c38c96a03f0d520aeb646c7 /src/mainboard/lenovo/thinkcentre_a58/dsdt.asl | |
parent | ecbd1a0f06ec61df57bb4b4489f161682b629890 (diff) |
mainboard: Drop unneeded `default_brightness_levels.asl`
Desktop boards do not have any backlight control.
Change-Id: Ie9f5f4d7e6ae09b3d664d53e4c03157fd4ed088e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50501
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/lenovo/thinkcentre_a58/dsdt.asl')
-rw-r--r-- | src/mainboard/lenovo/thinkcentre_a58/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/thinkcentre_a58/dsdt.asl b/src/mainboard/lenovo/thinkcentre_a58/dsdt.asl index 12c14f7a71..6e545ab2b0 100644 --- a/src/mainboard/lenovo/thinkcentre_a58/dsdt.asl +++ b/src/mainboard/lenovo/thinkcentre_a58/dsdt.asl @@ -20,7 +20,6 @@ DefinitionBlock( { #include <northbridge/intel/x4x/acpi/x4x.asl> #include <southbridge/intel/i82801gx/acpi/ich7.asl> - #include <drivers/intel/gma/acpi/default_brightness_levels.asl> } } |