From 17b66c384618c52185fa1ca9ef84101e84b0f4be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 10 Jan 2017 16:24:56 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/18094 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Tested-by: Raptor Engineering Automated Test Stand Reviewed-by: Paul Menzel --- 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 909037ff1f..8bee4344e7 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}; -- cgit v1.2.3