diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-01-20 11:30:14 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-01-26 19:26:30 +0100 |
commit | dfff8a163164d28f81ee9d057fb49c8ed3204c6a (patch) | |
tree | 330001511ea2011261464a47ff0de17fd0f7f841 /src/mainboard/amd/persimmon/dsdt.asl | |
parent | 70f39871a92c065ee52be9d25aaf7a3e874fc1a3 (diff) | |
download | coreboot-dfff8a163164d28f81ee9d057fb49c8ed3204c6a.tar.xz |
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/persimmon/dsdt.asl')
-rw-r--r-- | src/mainboard/amd/persimmon/dsdt.asl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/persimmon/dsdt.asl b/src/mainboard/amd/persimmon/dsdt.asl index bd9ce746c8..dd7b4b14b1 100644 --- a/src/mainboard/amd/persimmon/dsdt.asl +++ b/src/mainboard/amd/persimmon/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 */ ) { } |