diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 01:35:45 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 23:55:36 +0000 |
commit | e8ea97c945408f9c3185367c9861f458b00fd7ab (patch) | |
tree | 55f936562aa5719fb1b488570867050715394832 /src/mainboard/lippert/frontrunner-af | |
parent | dd1da42f857ea7e18af4a8cc7cb283ec88e16549 (diff) | |
download | coreboot-e8ea97c945408f9c3185367c9861f458b00fd7ab.tar.xz |
mb/lippert: Align whitespace and comments
This reduces the diffstat between the two boards.
Change-Id: I6754d22139be52c66a9dda5d8e71f1092ecf0697
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43272
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lippert/frontrunner-af')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/dsdt.asl | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/devicetree.cb b/src/mainboard/lippert/frontrunner-af/devicetree.cb index 421b28621d..a1d15c398f 100644 --- a/src/mainboard/lippert/frontrunner-af/devicetree.cb +++ b/src/mainboard/lippert/frontrunner-af/devicetree.cb @@ -83,7 +83,6 @@ chip northbridge/amd/agesa/family14/root_complex { {0xA0, 0xA2}, {0x00, 0x00}, }, // socket 0 - Channel 0 & 1 - 8-bit SPD addresses { {0x00, 0x00}, {0x00, 0x00}, }, // socket 1 - Channel 0 & 1 - 8-bit SPD addresses }" - end # agesa northbridge end #domain diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl index 6416f38868..710a707613 100644 --- a/src/mainboard/lippert/frontrunner-af/dsdt.asl +++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl @@ -835,7 +835,6 @@ DefinitionBlock ( Method(_L10) { } - /* ExtEvent1 SCI event */ Method(_L11) { } @@ -855,7 +854,6 @@ DefinitionBlock ( Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */ Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */ } - } /* End Scope GPE */ #include "acpi/usb.asl" |