summaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-05 16:38:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-10-13 18:27:04 +0000
commit90d00dea55073a9c2d0d39c78a40840cdb17feaf (patch)
treede6e69540bd2bd2ee81ce30a415c71a3394da757 /util/autoport
parent2d49f220ea8e67da6ed8049a71c9415d16420cd0 (diff)
downloadcoreboot-90d00dea55073a9c2d0d39c78a40840cdb17feaf.tar.gz
{src/mb,util/autoport}: Use macro for DSDT revision
Change-Id: I5a5f4e7067948c5cc7a715a08f7a5a3e9b391191 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45904 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index 1a9050abd8..6b02a64e6c 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -833,7 +833,7 @@ func main() {
DefinitionBlock(
"dsdt.aml",
"DSDT",
- 0x02, /* DSDT revision: ACPI 2.0 and up */
+ ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
0x20141018 /* OEM revision */