diff options
author | Martin Roth <martinroth@google.com> | 2017-11-30 20:32:36 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-02 03:16:36 +0000 |
commit | 07f065a3cee7ead321be64baefa1f1601d3a8827 (patch) | |
tree | d8ce27c384d5478669ed4a806fc4f3f8429641d8 /src/mainboard/google/kahlee/dsdt.asl | |
parent | 38115912c924ad4c1975045859a5ab3dc2f8b28c (diff) |
mainboard/google/kahlee: Remove usb_oc.asl files
These files aren't needed for the overcurrent functionality.
BUG=b:69305596, b:69229635
TEST=Build Grunt & Kahlee. Overcurrent wasn't yet enabled so no other
testing was needed.
Change-Id: I8dcd50a249e387ccf1142949b359cee09942460a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/mainboard/google/kahlee/dsdt.asl')
-rw-r--r-- | src/mainboard/google/kahlee/dsdt.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/kahlee/dsdt.asl b/src/mainboard/google/kahlee/dsdt.asl index ded0dc8779..ff3bb7371c 100644 --- a/src/mainboard/google/kahlee/dsdt.asl +++ b/src/mainboard/google/kahlee/dsdt.asl @@ -33,9 +33,6 @@ DefinitionBlock ( /* Globals for the platform */ #include "acpi/mainboard.asl" - /* Describe the USB Overcurrent pins */ - #include "variant/acpi/usb_oc.asl" - /* PCI IRQ mapping for the Southbridge */ #include <pcie.asl> |