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/supermicro | |
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/supermicro')
-rw-r--r-- | src/mainboard/supermicro/x10slm-f/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x10slm-f/dsdt.asl b/src/mainboard/supermicro/x10slm-f/dsdt.asl index 13034536d4..dfc991972b 100644 --- a/src/mainboard/supermicro/x10slm-f/dsdt.asl +++ b/src/mainboard/supermicro/x10slm-f/dsdt.asl @@ -22,6 +22,5 @@ DefinitionBlock( { #include <northbridge/intel/haswell/acpi/hostbridge.asl> #include <southbridge/intel/lynxpoint/acpi/pch.asl> - #include <drivers/intel/gma/acpi/default_brightness_levels.asl> } } |