diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-04 12:05:46 +0100 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2013-02-04 17:11:40 +0100 |
commit | cb54f31e6801394fa65bf0d313655e73f45ef17d (patch) | |
tree | 27f24105e994ff01357267c4ebee602e44135326 | |
parent | 6a427b9bc70aac945a0615df47e4ce11c4dc12ff (diff) | |
download | coreboot-cb54f31e6801394fa65bf0d313655e73f45ef17d.tar.xz |
ASRock 939A785GMH: Align comments in DSDT header with tabs
Change-Id: Ie64c231188310c4248ad0aaf9cdfcea12666bf2f
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2275
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
-rw-r--r-- | src/mainboard/asrock/939a785gmh/dsdt.asl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/asrock/939a785gmh/dsdt.asl b/src/mainboard/asrock/939a785gmh/dsdt.asl index da4d06a306..a2df0a0747 100644 --- a/src/mainboard/asrock/939a785gmh/dsdt.asl +++ b/src/mainboard/asrock/939a785gmh/dsdt.asl @@ -19,11 +19,11 @@ /* DefinitionBlock Statement */ DefinitionBlock ( - "DSDT.AML", /* Output filename */ - "DSDT", /* Signature */ + "DSDT.AML", /* Output filename */ + "DSDT", /* Signature */ 0x02, /* DSDT Revision, needs to be 2 for 64bit */ - "ASROCK", /* OEMID */ - "939A785GM", /* TABLE ID */ + "ASROCK", /* OEMID */ + "939A785GM", /* TABLE ID */ 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ |