diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:42:22 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-06-17 15:37:46 +0000 |
commit | d37a5bc29ec0f69fad55e3bfb6f6aeb7e1027607 (patch) | |
tree | c686c2a04224fd3a5c2a0cb6d96269bc80266c18 /src/mainboard/pcengines/apu1 | |
parent | df946b8696731cda45a7e37e934307c3153b824f (diff) |
mb/pcengines: Remove unneeded includes and dead code
Fix coding style.
Change-Id: Id13c0ee284293c0c06d46c75c850bc7e81cfc1f6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/pcengines/apu1')
-rw-r--r-- | src/mainboard/pcengines/apu1/acpi/gpe.asl | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu1/acpi/sleep.asl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/pcengines/apu1/acpi/gpe.asl b/src/mainboard/pcengines/apu1/acpi/gpe.asl index 2f22758712..30e6fdcb3c 100644 --- a/src/mainboard/pcengines/apu1/acpi/gpe.asl +++ b/src/mainboard/pcengines/apu1/acpi/gpe.asl @@ -72,7 +72,7 @@ Scope(\_GPE) { /* Start Scope GPE */ Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */ Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */ } -} /* End Scope GPE */ +} /* End Scope GPE */ /* Contains the GPEs for USB overcurrent */ #include "usb_oc.asl" diff --git a/src/mainboard/pcengines/apu1/acpi/sleep.asl b/src/mainboard/pcengines/apu1/acpi/sleep.asl index 0069aa9db2..47de049dbc 100644 --- a/src/mainboard/pcengines/apu1/acpi/sleep.asl +++ b/src/mainboard/pcengines/apu1/acpi/sleep.asl @@ -49,7 +49,7 @@ Method(\_PTS, 1) { /* On older chips, clear PciExpWakeDisEn */ /*if (LLessEqual(\_SB.SBRI, 0x13)) { - * Store(0,\_SB.PWDE) + * Store(0,\_SB.PWDE) *} */ |