src: Typo fix (cosmetic)
Change-Id: I81985bd2836bdeb369587f170504a8a048ee496b Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29196 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
39315985e8
commit
5797b2eb05
@@ -1601,7 +1601,7 @@ static void hammerSublinkFixup(sMainData *pDat)
|
||||
{
|
||||
if (pDat->PortList[i].Type != PORTLIST_TYPE_CPU) /* Must be a CPU link */
|
||||
continue;
|
||||
if (pDat->PortList[i].Link < 4) /* Only look for for sublink1's */
|
||||
if (pDat->PortList[i].Link < 4) /* Only look for sublink1's */
|
||||
continue;
|
||||
|
||||
for (j = 0; j < pDat->TotalLinks*2; j++)
|
||||
|
Reference in New Issue
Block a user