mb/*: Use ACPI_DSDT_REV_2 instead of hard-coded value

Change-Id: I6c5b86c348386aa17ee42bdaf34aa388fe6207f9
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47839
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Felix Singer 2020-11-21 14:33:15 +00:00 committed by Michael Niewöhner
parent a1f1714ca5
commit c39d11cec0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
DefinitionBlock(
"dsdt.aml",
"DSDT",
0x02,
ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
0x20110725

View File

@ -4,7 +4,7 @@
DefinitionBlock(
"dsdt.aml",
"DSDT",
0x02, // DSDT revision: ACPI v2.0 and up
ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
0x20110725 // OEM revision