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:
parent
b192df4d97
commit
403d2d697e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue