diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-04-07 04:18:26 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-04-16 17:58:05 +0000 |
commit | d22fc7770457b3abd6d08546ef5cd26fadf59c9b (patch) | |
tree | 7162d8085477d8c374d97c43b33fe001adb7cb45 | |
parent | e229c6005f0db9b3fb80eaf9a76aea33143ca0a2 (diff) |
mb/lenovo/t440p/dsdt.asl: Remove redundant comment
Change-Id: Ie772701192a3589b51642df446f0b2527fb7d630
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63428
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
-rw-r--r-- | src/mainboard/lenovo/t440p/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t440p/dsdt.asl b/src/mainboard/lenovo/t440p/dsdt.asl index e3b5070363..a7afeee766 100644 --- a/src/mainboard/lenovo/t440p/dsdt.asl +++ b/src/mainboard/lenovo/t440p/dsdt.asl @@ -19,7 +19,6 @@ DefinitionBlock( #include "acpi/platform.asl" #include <cpu/intel/common/acpi/cpu.asl> #include <southbridge/intel/common/acpi/platform.asl> - /* global NVS and variables. */ #include <southbridge/intel/lynxpoint/acpi/globalnvs.asl> #include <southbridge/intel/common/acpi/sleepstates.asl> |