diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-03-30 09:20:41 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:05:08 +0000 |
commit | 7d9caba1c4e2c1cf42145d321f9e0467379ac102 (patch) | |
tree | 992191fe089f7db7d7f1d38389106739141d502f /src/mainboard/clevo/cml-u | |
parent | 766143040a6a959b32cc452ddb94014711a5164d (diff) |
mb/clevo/cml-u: acpi: Remove unused EC define
The define for color keyboard setting has never been used, as it was
added as a Kconfig selection when ec/system76/ec was introduced.
Change-Id: I6c8f17b398fb4645feb830c2ad28ac98fb744280
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51945
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/clevo/cml-u')
-rw-r--r-- | src/mainboard/clevo/cml-u/acpi/mainboard.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/clevo/cml-u/acpi/mainboard.asl b/src/mainboard/clevo/cml-u/acpi/mainboard.asl index dfa81d3914..416cc5a151 100644 --- a/src/mainboard/clevo/cml-u/acpi/mainboard.asl +++ b/src/mainboard/clevo/cml-u/acpi/mainboard.asl @@ -2,7 +2,6 @@ #define EC_GPE_SCI 0x50 /* GPP_E16 */ #define EC_GPE_SWI 0x29 /* GPP_D9 */ -#define EC_COLOR_KEYBOARD 0 #include <ec/system76/ec/acpi/ec.asl> Scope (\_SB) { |