diff options
author | Alec Ari <neotheuser@ymail.com> | 2011-12-07 01:50:52 -0600 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-12-08 22:42:04 +0100 |
commit | 403d2d697e01f944d9a15892a1fed1d56da88412 (patch) | |
tree | df74e731a7cb04c159add0355ce8d4aa9f74774f /src/mainboard/asus | |
parent | b192df4d97978b3f21676756714a37531a45dc08 (diff) |
Change DSDT Table ID for M4A785T-M board
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>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/m4a785t-m/dsdt.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl index 34ddd3a205..d6a4355ae9 100644 --- a/src/mainboard/asus/m4a785t-m/dsdt.asl +++ b/src/mainboard/asus/m4a785t-m/dsdt.asl @@ -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 */ |