diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-08-14 12:21:43 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-16 13:33:17 +0000 |
commit | c05691af9350571041141c5341fa578a3b0d8d0c (patch) | |
tree | afc1277f89b3cccf982661775177b9dc8691d3ad /src/mainboard/facebook/fbg1701/dsdt.asl | |
parent | 5a9b7aa8e30fd68ff2178e11e5ba9d6935aba63f (diff) |
mb/**/dsdt.asl: Drop superfluous comments
These comments don't add much value, so remove them.
Change-Id: I7e9692e3fe82345cb7ddcb11c32841c69768cd36
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66713
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/dsdt.asl')
-rw-r--r-- | src/mainboard/facebook/fbg1701/dsdt.asl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/facebook/fbg1701/dsdt.asl b/src/mainboard/facebook/fbg1701/dsdt.asl index a5b103d91f..74cd7f2017 100644 --- a/src/mainboard/facebook/fbg1701/dsdt.asl +++ b/src/mainboard/facebook/fbg1701/dsdt.asl @@ -15,10 +15,7 @@ DefinitionBlock( { #include <acpi/dsdt_top.asl> #include <acpi/platform.asl> - - /* global NVS and variables */ #include <acpi/globalnvs.asl> - #include <cpu/intel/common/acpi/cpu.asl> Scope (\_SB) { @@ -30,6 +27,5 @@ DefinitionBlock( #include <southbridge/intel/common/acpi/sleepstates.asl> - /* Mainboard specific */ #include "acpi/mainboard.asl" } |