vendorcode/amd/agesa/f15tn: Fix condition that has identical branches

This fixed function is never used.

Change-Id: Ia004756a0b301278f813067ab0ea580c5ea837d3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34225
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-07-10 23:18:46 +02:00 committed by Martin Roth
parent aae7552b24
commit b14f3b8b0b
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ F15HtPhyOverrideDllCompensation (
for (Sublink = 0; Sublink < 2; Sublink++) { for (Sublink = 0; Sublink < 2; Sublink++) {
CapabilitySet = StartingCapabilitySet; CapabilitySet = StartingCapabilitySet;
Link = 0; Link = 0;
DesiredLinkFeats.HtPhyLinkValue = ((Sublink == 0) ? HTPHY_LINKTYPE_SL0_HT3 : HTPHY_LINKTYPE_SL0_HT3); DesiredLinkFeats.HtPhyLinkValue = ((Sublink == 0) ? HTPHY_LINKTYPE_SL0_HT3 : HTPHY_LINKTYPE_SL1_HT3);
while (FamilySpecificServices->NextLinkHasHtPhyFeats ( while (FamilySpecificServices->NextLinkHasHtPhyFeats (
FamilySpecificServices, FamilySpecificServices,
&CapabilitySet, &CapabilitySet,