This patch is about the DA-C2 and RB-C2. Chip with install processor
[coreboot.git] / src / northbridge / amd / amdmct / wrappers / mcti_d.c
index 1ec8d4ede803905e532dfad3a85887510e79695b..54ee28f8d5c6b5a16d489b03bd72c8bb99325097 100644 (file)
@@ -394,7 +394,7 @@ void vErrata350(struct MCTStatStruc *pMCTstat, struct DCTStatStruc *pDCTstat)
 
 void mctHookBeforeAnyTraining(struct MCTStatStruc *pMCTstat, struct DCTStatStruc *pDCTstatA)
 {
-       if (pDCTstatA->LogicalCPUID & AMD_RB_C2) {
+       if (pDCTstatA->LogicalCPUID & (AMD_RB_C2 | AMD_DA_C2)) {
                vErrata350(pMCTstat, pDCTstatA);
        }
 }