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>
This commit is contained in:
Alec Ari 2011-12-07 01:50:52 -06:00 committed by Patrick Georgi
parent b192df4d97
commit 403d2d697e
1 changed files with 2 additions and 2 deletions

View 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 */