diff options
author | Felix Singer <felixsinger@posteo.net> | 2020-11-21 14:33:15 +0000 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-22 22:03:22 +0000 |
commit | c39d11cec0505e95e2bcf9e88145f1e35939a4c2 (patch) | |
tree | d2fd4c0e8f3d634bc93c8db896844e32275dbdf8 /src/mainboard/siemens | |
parent | a1f1714ca5bcef864d154676b48fc30fa459f8dc (diff) |
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>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/chili/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/chili/dsdt.asl b/src/mainboard/siemens/chili/dsdt.asl index 6fd12b15f2..9b49942047 100644 --- a/src/mainboard/siemens/chili/dsdt.asl +++ b/src/mainboard/siemens/chili/dsdt.asl @@ -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 |