diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-01 02:06:43 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-02 11:51:06 +0000 |
commit | 59e7a43f9a3bfad60d2ae0078b65deca8d468381 (patch) | |
tree | 7ae947db858024736028543de862de80bfb59bd1 /src/mainboard | |
parent | cb06cfeca6d9bdfc9b7ae311180d3903e13b7ba7 (diff) |
mb/**/dsdt.asl: Remove "Some generic macros" comment, again
It provides no useful information, so it might as well vanish.
This follows commit 0142d441c63a9bb1a7955ea0ba764a2ddbc38d48.
Change-Id: Iad41d8d39c6712cebfa5245f37bc69061b5ac552
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39175
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/dedede/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/google/volteer/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/intel/jasperlake_rvp/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/intel/tglrvp/dsdt.asl | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/dedede/dsdt.asl b/src/mainboard/google/dedede/dsdt.asl index 3d17017101..4134b036da 100644 --- a/src/mainboard/google/dedede/dsdt.asl +++ b/src/mainboard/google/dedede/dsdt.asl @@ -19,7 +19,6 @@ DefinitionBlock( 0x20110725 /* OEM revision */ ) { - /* Some generic macros */ #include <soc/intel/tigerlake/acpi/platform.asl> /* global NVS and variables */ diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl index 489d2f0222..e4bbe90d70 100644 --- a/src/mainboard/google/volteer/dsdt.asl +++ b/src/mainboard/google/volteer/dsdt.asl @@ -19,7 +19,6 @@ DefinitionBlock( 0x20110725 // OEM revision ) { - // Some generic macros #include <soc/intel/tigerlake/acpi/platform.asl> // global NVS and variables diff --git a/src/mainboard/intel/jasperlake_rvp/dsdt.asl b/src/mainboard/intel/jasperlake_rvp/dsdt.asl index 559e1e36cf..8788a1f71d 100644 --- a/src/mainboard/intel/jasperlake_rvp/dsdt.asl +++ b/src/mainboard/intel/jasperlake_rvp/dsdt.asl @@ -26,7 +26,6 @@ DefinitionBlock( 0x20110725 /* OEM revision */ ) { - /* Some generic macros */ #include <soc/intel/tigerlake/acpi/platform.asl> /* global NVS and variables */ diff --git a/src/mainboard/intel/tglrvp/dsdt.asl b/src/mainboard/intel/tglrvp/dsdt.asl index f21ba5d88a..a17f597e6b 100644 --- a/src/mainboard/intel/tglrvp/dsdt.asl +++ b/src/mainboard/intel/tglrvp/dsdt.asl @@ -26,7 +26,6 @@ DefinitionBlock( 0x20110725 /* OEM revision */ ) { - /* Some generic macros */ #include <soc/intel/tigerlake/acpi/platform.asl> /* global NVS and variables */ |