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/prodrive/atlas | |
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/prodrive/atlas')
-rw-r--r-- | src/mainboard/prodrive/atlas/dsdt.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/prodrive/atlas/dsdt.asl b/src/mainboard/prodrive/atlas/dsdt.asl index d39f2ef211..789165f114 100644 --- a/src/mainboard/prodrive/atlas/dsdt.asl +++ b/src/mainboard/prodrive/atlas/dsdt.asl @@ -13,10 +13,7 @@ DefinitionBlock( { #include <acpi/dsdt_top.asl> #include <soc/intel/common/block/acpi/acpi/platform.asl> - - /* global NVS and variables */ #include <soc/intel/common/block/acpi/acpi/globalnvs.asl> - #include <cpu/intel/common/acpi/cpu.asl> Device (\_SB.PCI0) { |