[coreboot-gerrit] New patch to review for coreboot: fc47bfa Revert "AMD f14 vendorcode: Fix warning"

thomas dylst (dylst3@gmail.com) gerrit at coreboot.org
Fri Apr 12 22:59:17 CEST 2013


thomas dylst (dylst3 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3077

-gerrit

commit fc47bfaf6b755b1103a0a84e64a5eb5204b60cd6
Author: thomas dylst <dylst3 at gmail.com>
Date:   Fri Apr 12 22:59:11 2013 +0200

    Revert "AMD f14 vendorcode: Fix warning"
    
    This reverts commit e533f
    daa5902d228c4db694db390113b437a9777
    
    Change-Id: I2cf24e813be26cb8de8408dcd0fcdcadbf08d569
---
 src/vendorcode/amd/agesa/f14/AGESA.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/agesa/f14/AGESA.h b/src/vendorcode/amd/agesa/f14/AGESA.h
index 3333976..5eaa638 100644
--- a/src/vendorcode/amd/agesa/f14/AGESA.h
+++ b/src/vendorcode/amd/agesa/f14/AGESA.h
@@ -813,7 +813,7 @@ typedef enum {
 #define  PCIE_PORT_DATA_INITIALIZER(mPortPresent, mChannelType, mDevAddress, mHotplug, mMaxLinkSpeed, mMaxLinkCap, mAspm, mResetId) \
 {mPortPresent, mChannelType, mDevAddress, 0, mMaxLinkSpeed, mAspm, mHotplug, mResetId, {0, mMaxLinkCap} }
 #define  PCIE_DDI_DATA_INITIALIZER(mConnectorType, mAuxIndex, mHpdIndex ) \
-{mConnectorType, mAuxIndex, mHpdIndex, {{0}, {0}}}
+{mConnectorType, mAuxIndex, mHpdIndex, {0, 0}}
 #define  PCIE_DDI_DATA_INITIALIZER_V1(mConnectorType, mAuxIndex, mHpdIndex, mMapping0, mMapping1) \
 {mConnectorType, mAuxIndex, mHpdIndex, {mMapping0, mMapping1}}
 



More information about the coreboot-gerrit mailing list