[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Move usb_oc.asl into variant/acpi

Martin Roth (Code Review) gerrit at coreboot.org
Wed Nov 8 00:21:03 CET 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22372


Change subject: mainboard/google/kahlee: Move usb_oc.asl into variant/acpi
......................................................................

mainboard/google/kahlee: Move usb_oc.asl into variant/acpi

This compares to the acpi directory in other variants.

BUG=b:68293392
TEST=Build and boot kahlee

Change-Id: I05d402995b280d6f020bc2575063dbffefa30670
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/kahlee/dsdt.asl
R src/mainboard/google/kahlee/variants/kahlee/include/variant/acpi/usb_oc.asl
2 files changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/22372/1

diff --git a/src/mainboard/google/kahlee/dsdt.asl b/src/mainboard/google/kahlee/dsdt.asl
index 717d4bb..f3f8aaa 100644
--- a/src/mainboard/google/kahlee/dsdt.asl
+++ b/src/mainboard/google/kahlee/dsdt.asl
@@ -34,7 +34,7 @@
 	#include "acpi/mainboard.asl"
 
 	/* Describe the USB Overcurrent pins */
-	#include "acpi/usb_oc.asl"
+	#include "variant/acpi/usb_oc.asl"
 
 	/* PCI IRQ mapping for the Southbridge */
 	#include <pcie.asl>
diff --git a/src/mainboard/google/kahlee/variants/kahlee/include/acpi/usb_oc.asl b/src/mainboard/google/kahlee/variants/kahlee/include/variant/acpi/usb_oc.asl
similarity index 100%
rename from src/mainboard/google/kahlee/variants/kahlee/include/acpi/usb_oc.asl
rename to src/mainboard/google/kahlee/variants/kahlee/include/variant/acpi/usb_oc.asl

-- 
To view, visit https://review.coreboot.org/22372
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I05d402995b280d6f020bc2575063dbffefa30670
Gerrit-Change-Number: 22372
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171107/43e8da47/attachment-0001.html>


More information about the coreboot-gerrit mailing list