diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-09 23:24:44 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-11 12:51:20 +0000 |
commit | 6c7648d9c19e1a5b4ed6b782aba4e5638f5a8a67 (patch) | |
tree | b05a9694cbec9409048a4657cd14bf567bf09807 /src/mainboard/msi | |
parent | 1c9a5ccbe5cb66fad2dfa93382e1a94170721c7f (diff) |
mb/msi/h81m-p33: Use `ACPI_DSDT_REV_2` macro
Change-Id: I15846bf23e49666e4948f623d6320d5c29e00bd4
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54004
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r-- | src/mainboard/msi/h81m-p33/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/h81m-p33/dsdt.asl b/src/mainboard/msi/h81m-p33/dsdt.asl index 9c5594531b..41b73fa4b3 100644 --- a/src/mainboard/msi/h81m-p33/dsdt.asl +++ b/src/mainboard/msi/h81m-p33/dsdt.asl @@ -5,7 +5,7 @@ DefinitionBlock( "dsdt.aml", "DSDT", - 0x02, /* DSDT revision: ACPI 2.0 and up */ + ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, 0x20141018 /* OEM revision */ |