diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2021-11-22 21:13:49 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2022-11-11 22:43:01 +0000 |
commit | d6ac7a9a3a774eb5a70385660c072bbaa248a355 (patch) | |
tree | 291e111800b27c7f27cd79044a62a07e5f1cc799 /src/mainboard/clevo/cml-u/dsdt.asl | |
parent | e1e65cb0f1cad6117d48503f2f78d115caecc55b (diff) |
mb/clevo/l140cu: drop System76 EC
Drop System76 EC, since the ODM board does not use it. Clevo EC FW
support will be added and hooked up cleanly in the follow-up changes.
Change-Id: I06abbde238be6d25842472a6a82159413ab52ef5
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59816
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo/cml-u/dsdt.asl')
-rw-r--r-- | src/mainboard/clevo/cml-u/dsdt.asl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/clevo/cml-u/dsdt.asl b/src/mainboard/clevo/cml-u/dsdt.asl index 203f39e702..e7963b2858 100644 --- a/src/mainboard/clevo/cml-u/dsdt.asl +++ b/src/mainboard/clevo/cml-u/dsdt.asl @@ -28,6 +28,4 @@ DefinitionBlock( { #include <drivers/pc80/pc/ps2_controller.asl> } - - #include "acpi/mainboard.asl" } |