Change DSDT Table ID for M4A785T-M board
authorAlec Ari <neotheuser@ymail.com>
Wed, 7 Dec 2011 07:50:52 +0000 (01:50 -0600)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 8 Dec 2011 21:42:04 +0000 (22:42 +0100)
Change the DSDT Table ID for M4A785T-M
from M4A785-M to M4A785T-M.

This fixes a small copypasta.

This is an updated patch set.

Change-Id: I43ee024222cf04d03685ffaee616971100cc9e6c
Signed-off-by: Alec Ari <neotheuser@ymail.com>
Reviewed-on: http://review.coreboot.org/474
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/mainboard/asus/m4a785t-m/dsdt.asl

index 34ddd3a205ab32ccf69f77acb546536dc906e6b6..d6a4355ae9eba27178927a7f038c89e8749d7d12 100644 (file)
@@ -22,8 +22,8 @@ DefinitionBlock (
        "DSDT.AML",           /* Output filename */
        "DSDT",                 /* Signature */
        0x02,           /* DSDT Revision, needs to be 2 for 64bit */
-       "ASUS   ",               /* OEMID */
-       "M4A785-M ",         /* TABLE ID */
+       "ASUS",               /* OEMID */
+       "M4A785T ",          /* TABLE ID */
        0x00010001      /* OEM Revision */
        )
 {      /* Start of ASL file */