Trivial - remove stray characters from a comment block.
Signed-off-by: Marc Jones <marcj303@gmail.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5789 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c3c9b01efb
commit
080ed7c5d5
|
@ -877,7 +877,7 @@ static void cpuSetAMDPCI(u8 node)
|
||||||
/* HT Phy settings either apply to both sublinks or have
|
/* HT Phy settings either apply to both sublinks or have
|
||||||
* separate registers for sublink zero and one, so there
|
* separate registers for sublink zero and one, so there
|
||||||
* will be two table entries. So, here we only loop
|
* will be two table entries. So, here we only loop
|
||||||
cd t * through the sublink zeros in function zero.
|
* through the sublink zeros in function zero.
|
||||||
*/
|
*/
|
||||||
for (j = 0; j < 4; j++) {
|
for (j = 0; j < 4; j++) {
|
||||||
if (AMD_CpuFindCapability(node, j, &offset)) {
|
if (AMD_CpuFindCapability(node, j, &offset)) {
|
||||||
|
|
Loading…
Reference in New Issue