summaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-07-02 16:04:24 -0700
committerFurquan Shaikh <furquan@google.com>2020-07-05 18:34:23 +0000
commit8b6b07b942d6f77de445804d3d6a7ed01508f73c (patch)
treed4832e08fca24a41953e52d0429cf83335a8a381 /src/ec
parente284bff9cff2b7965a8db53bac320e3ae0ca5651 (diff)
downloadcoreboot-8b6b07b942d6f77de445804d3d6a7ed01508f73c.tar.xz
ec/google/chromeec: Drop codec.asl
This change drops codec.asl file from Chrome EC since it is now unused. Change-Id: I6c2f3e53b14aaf76b9c6d038a732e79a4d7bb2f1 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43043 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/google/chromeec/acpi/codec.asl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ec/google/chromeec/acpi/codec.asl b/src/ec/google/chromeec/acpi/codec.asl
deleted file mode 100644
index 14d8d0cab5..0000000000
--- a/src/ec/google/chromeec/acpi/codec.asl
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-Device (ECOD)
-{
- Name (_HID, "GOOG0013")
- Name (_UID, 1)
- Name (_DDN, "CROS EC CODEC")
-}