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>
This commit is contained in:
parent
4fb64d0b88
commit
17b66c3846
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue