Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8234
-gerrit
commit 31b117508d244e5f0ffc48c5c98b4918fef392ad Author: Paul Menzel paulepanter@users.sourceforge.net Date: Mon Jan 19 12:58:25 2015 +0100
google/samus/acpi/mainboard.asl: Correctly align comment
Fix up commit 00aedc5e (samus: add acpi resource for supporting RT5677 codec).
Change-Id: I98b8c6f1a46f9f3bfd79da92bb070cebe8f20dc0 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/mainboard/google/samus/acpi/mainboard.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/google/samus/acpi/mainboard.asl b/src/mainboard/google/samus/acpi/mainboard.asl index 3aea40c..9e9b577 100644 --- a/src/mainboard/google/samus/acpi/mainboard.asl +++ b/src/mainboard/google/samus/acpi/mainboard.asl @@ -152,7 +152,7 @@ Scope (_SB.PCI0.I2C0) ControllerInitiated, // SlaveMode 400000, // ConnectionSpeed AddressingMode7Bit, // AddressingMode - "\_SB.PCI0.I2C0", // ResourceSource + "\_SB.PCI0.I2C0", // ResourceSource ) Interrupt (ResourceConsumer, Edge, ActiveLow){ 30 } })