diff options
author | Alec Ari <neotheuser@ymail.com> | 2011-08-21 21:52:41 -0500 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-08-25 15:42:14 +0200 |
commit | e1562bdccb8d89fd795fcb9be8386827b3a92461 (patch) | |
tree | 30ad7a8393071a0afde16966dd4b44f283f437d6 /src/mainboard/gigabyte | |
parent | 0e615007ecc6b1fe57fb08fc044ad7f888037f78 (diff) | |
download | coreboot-e1562bdccb8d89fd795fcb9be8386827b3a92461.tar.xz |
Fix up various dsdt.asl files
Change-Id: I46eb27847deb3a903ac9af347992a9954e50ff6e
Signed-off-by: Alec Ari <neotheuser@ymail.com>
Reviewed-on: http://review.coreboot.org/166
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/dsdt.asl b/src/mainboard/gigabyte/ma785gmt/dsdt.asl index 608513d0c3..fdd3a3eefb 100644 --- a/src/mainboard/gigabyte/ma785gmt/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gmt/dsdt.asl @@ -23,7 +23,7 @@ DefinitionBlock ( "DSDT", /* Signature */ 0x02, /* DSDT Revision, needs to be 2 for 64bit */ "GIGA ", /* OEMID */ - "GA785GMT", /* TABLE ID */ + "MA785GMT-UD2H", /* TABLE ID */ 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ |