diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-12-19 22:41:06 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-31 15:16:57 +0000 |
commit | 408d1dac9e23250c0e485bbf934771f769b717c1 (patch) | |
tree | 984d2a88f61cb8e09cf3a42803dc40fa7c3edb61 /src/mainboard/gigabyte | |
parent | ae863e2e25dba8ca80871551599fa79f7fac8e07 (diff) |
mb/**/dsdt.asl: Remove outdated sleepstates.asl comment
Previously, each Intel chipset had its own sleepstates.asl file.
However, this is no longer the case, so drop these comments.
Change-Id: I50aba6e74f41e2fa498375b5eb6b7e993d06bcac
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37855
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/dsdt.asl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl index 7d0ffe046d..be640c505e 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl @@ -48,6 +48,5 @@ DefinitionBlock( } } - /* Chipset specific sleep states */ #include <southbridge/intel/common/acpi/sleepstates.asl> } diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/dsdt.asl b/src/mainboard/gigabyte/ga-g41m-es2l/dsdt.asl index 31e7c10d3e..cddaa3af4e 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/dsdt.asl +++ b/src/mainboard/gigabyte/ga-g41m-es2l/dsdt.asl @@ -37,6 +37,5 @@ DefinitionBlock( } } - /* Chipset specific sleep states */ #include <southbridge/intel/common/acpi/sleepstates.asl> } |