aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kcma-d8/dsdt.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/kcma-d8/dsdt.asl')
-rw-r--r--src/mainboard/asus/kcma-d8/dsdt.asl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/asus/kcma-d8/dsdt.asl b/src/mainboard/asus/kcma-d8/dsdt.asl
index 589ed32f3f..fedcad0869 100644
--- a/src/mainboard/asus/kcma-d8/dsdt.asl
+++ b/src/mainboard/asus/kcma-d8/dsdt.asl
@@ -30,12 +30,13 @@
* PCI link routing templates taken from ck804.asl and modified for this board
*/
+#include <arch/acpi.h>
DefinitionBlock (
"DSDT.AML", /* Output filename */
"DSDT", /* Signature */
0x02, /* DSDT Revision, needs to be 2 or higher for 64bit */
- "ASUS ", /* OEMID */
- "COREBOOT", /* TABLE ID */
+ OEM_ID,
+ ACPI_TABLE_CREATOR,
0x00000001 /* OEM Revision */
)
{