diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2020-03-30 16:35:41 -0500 |
---|---|---|
committer | Matt DeVillier <matt.devillier@gmail.com> | 2020-04-02 20:33:57 +0000 |
commit | a372f8ae866be5a54f73178a5a1a87daeda378af (patch) | |
tree | f35414d1f59f6389c15149666c6c0f71be5ea838 | |
parent | 8f42472faaae53b2a271c821b301ba9ed1d2b748 (diff) | |
download | coreboot-a372f8ae866be5a54f73178a5a1a87daeda378af.tar.xz |
mb/google/beltino: drop ACPI brightness control stub
beltino variants are Chromeboxes without built-in displays,
so now that default_brightness_levels.asl is no longer required
for all boards in a platform, drop it.
Change-Id: Ie8147763fc9fdf4f184d3d000bffd6794e134d9e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39946
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/google/beltino/dsdt.asl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/beltino/dsdt.asl b/src/mainboard/google/beltino/dsdt.asl index f494d2fd79..da11fed342 100644 --- a/src/mainboard/google/beltino/dsdt.asl +++ b/src/mainboard/google/beltino/dsdt.asl @@ -38,8 +38,6 @@ DefinitionBlock( { #include <northbridge/intel/haswell/acpi/haswell.asl> #include <southbridge/intel/lynxpoint/acpi/pch.asl> - - #include <drivers/intel/gma/acpi/default_brightness_levels.asl> } } |