diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2017-01-10 16:24:56 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-12 17:19:58 +0100 |
commit | 17b66c384618c52185fa1ca9ef84101e84b0f4be (patch) | |
tree | 9e3efe472a2600891e741a85a483dde6b79d33c5 /src/northbridge/amd | |
parent | 4fb64d0b880c698cba92f5ec2e4d39f3bdb92fc6 (diff) |
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>
Reviewed-on: https://review.coreboot.org/18094
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdmct/mct/mct_d.c | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |