Timothy Pearson (tpearson@raptorengineering.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18094
-gerrit
commit 3b2e9aec50225e4258ce30894f4e0557c6247758 Author: Timothy Pearson tpearson@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@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};