aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/dsdt.asl
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-01-20 11:30:14 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-01-26 19:26:30 +0100
commitdfff8a163164d28f81ee9d057fb49c8ed3204c6a (patch)
tree330001511ea2011261464a47ff0de17fd0f7f841 /src/mainboard/amd/inagua/dsdt.asl
parent70f39871a92c065ee52be9d25aaf7a3e874fc1a3 (diff)
AMD boards, ASRock E350M1: Remove whitespace in front of comma in DSDT
commit 585a4006976e903599b7128200a29b5729777818 Author: zbao <fishbaozi@gmail.com> Date: Thu Apr 12 11:27:26 2012 +0800 Leverage the Pstate table created by AGESA. … introduced unneeded whitespace in front of a comma. Revert that part of the above commit. In the file for AMD Dinar tabs and spaces are mixed, but leave that alone for the beginning. Change-Id: I279cd0cb0be8c79258034733773f2ae1c2207cce Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2187 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src/mainboard/amd/inagua/dsdt.asl')
-rw-r--r--src/mainboard/amd/inagua/dsdt.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/inagua/dsdt.asl b/src/mainboard/amd/inagua/dsdt.asl
index 77086766cd..46b92f156c 100644
--- a/src/mainboard/amd/inagua/dsdt.asl
+++ b/src/mainboard/amd/inagua/dsdt.asl
@@ -74,21 +74,21 @@ DefinitionBlock (
Processor(
C001, /* name space name */
1, /* Unique number for this processor */
- 0x810 , /* PBLK system I/O address !hardcoded! */
+ 0x810, /* PBLK system I/O address !hardcoded! */
0x00 /* PBLKLEN for boot processor */
) {
}
Processor(
C002, /* name space name */
2, /* Unique number for this processor */
- 0x810 , /* PBLK system I/O address !hardcoded! */
+ 0x810, /* PBLK system I/O address !hardcoded! */
0x00 /* PBLKLEN for boot processor */
) {
}
Processor(
C003, /* name space name */
3, /* Unique number for this processor */
- 0x810 , /* PBLK system I/O address !hardcoded! */
+ 0x810, /* PBLK system I/O address !hardcoded! */
0x00 /* PBLKLEN for boot processor */
) {
}