[coreboot-gerrit] Patch set updated for coreboot: amd/mct/ddr2: Remove orphaned Tab_TrefT_k variable

Timothy Pearson (tpearson@raptorengineering.com) gerrit at coreboot.org
Wed Jan 11 00:24:00 CET 2017


Timothy Pearson (tpearson at raptorengineering.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18094

-gerrit

commit 683c22a4aab6144f30c494e673f02eaf4508b8f7
Author: Timothy Pearson <tpearson at raptorengineering.com>
Date:   Tue Jan 10 16:24:56 2017 -0600

    amd/mct/ddr2: Remove orphaned Tab_TrefT_k variable
    
    The orphaned Tab_TrefT_k causes a failure to build due to
    an unused variable warning on GCC 6.  Remove this variable.
    
    Change-Id: Ida680a6a3bc2b135755dd582da8c6edb8956b6ff
    Signed-off-by: Timothy Pearson <tpearson at raptorengineering.com>
---
 src/northbridge/amd/amdmct/mct/mct_d.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/amd/amdmct/mct/mct_d.c b/src/northbridge/amd/amdmct/mct/mct_d.c
index 909037f..8bee434 100644
--- a/src/northbridge/amd/amdmct/mct/mct_d.c
+++ b/src/northbridge/amd/amdmct/mct/mct_d.c
@@ -159,7 +159,6 @@ static const u8 Table_T_k[]	= {0x00,0x50,0x3D,0x30,0x25, 0x18 };
 static const u8 Table_CL2_j[]	= {0x04,0x08,0x10,0x20,0x40, 0x80 };
 static const u8 Tab_defTrc_k[]	= {0x0,0x41,0x3C,0x3C,0x3A, 0x3A };
 static const u16 Tab_40T_k[]	= {00,200,150,120,100,75 };
-static const u8 Tab_TrefT_k[]	= {00,0,1,1,2,2,3,4,5,6,0,0};
 static const u8 Tab_BankAddr[]	= {0x0,0x08,0x09,0x10,0x0C,0x0D,0x11,0x0E,0x15,0x16,0x0F,0x17};
 static const u8 Tab_tCL_j[]	= {0,2,3,4,5};
 static const u8 Tab_1KTfawT_k[] = {00,8,10,13,14,20};



More information about the coreboot-gerrit mailing list