summaryrefslogtreecommitdiffstats
path: root/src/mainboard/sapphire
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-10 23:15:18 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-12 07:58:43 +0000
commitb27e7db0dcd556684d30870068d6c7b8367e887e (patch)
tree7abf91384bd383a62c38c96a03f0d520aeb646c7 /src/mainboard/sapphire
parentecbd1a0f06ec61df57bb4b4489f161682b629890 (diff)
downloadcoreboot-b27e7db0dcd556684d30870068d6c7b8367e887e.tar.gz
coreboot-b27e7db0dcd556684d30870068d6c7b8367e887e.tar.bz2
coreboot-b27e7db0dcd556684d30870068d6c7b8367e887e.zip
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/sapphire')
-rw-r--r--src/mainboard/sapphire/pureplatinumh61/dsdt.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sapphire/pureplatinumh61/dsdt.asl b/src/mainboard/sapphire/pureplatinumh61/dsdt.asl
index 0f8278445945..0d632ea251c0 100644
--- a/src/mainboard/sapphire/pureplatinumh61/dsdt.asl
+++ b/src/mainboard/sapphire/pureplatinumh61/dsdt.asl
@@ -22,7 +22,6 @@ DefinitionBlock(
Device (PCI0)
{
#include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
- #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
#include <southbridge/intel/bd82x6x/acpi/pch.asl>
}
}