diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-02-08 12:01:26 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-24 03:26:51 +0100 |
commit | a6b1b258d2e5f705935913ea7625af18b7206281 (patch) | |
tree | 0bae97e32a37a6cb4a904bf86752ef792fdc83d2 /src | |
parent | c706eaf068515690184b3a67ee255a265a808618 (diff) | |
download | coreboot-a6b1b258d2e5f705935913ea7625af18b7206281.tar.xz |
nb/amd/amdmct: Remove two currently unused tables
This fixes warnings that the new toolchain generates.
Change-Id: I83d2c4c4651a89b443121312a5f36adfc1e4bc48
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/18308
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/amdmct/mct/mctardk3.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/northbridge/amd/amdmct/mct/mctardk3.c b/src/northbridge/amd/amdmct/mct/mctardk3.c index fe57d31f05..ce79a5245b 100644 --- a/src/northbridge/amd/amdmct/mct/mctardk3.c +++ b/src/northbridge/amd/amdmct/mct/mctardk3.c @@ -153,22 +153,6 @@ static const u8 Table_ATC_ODC_4D_D[] = { 0xFF }; -static const u8 Table_ATC_ODC_8D_D_Ax[] = { - 1,0xff,0x00,0x00,0x2F,0x0,0x22,0x12,0x11,0x00, 0xFE, - 2,0xff,0x00,0x00,0x2C,0x0,0x22,0x12,0x11,0x00, 0xFE, - 3,0xff,0x00,0x00,0x2C,0x0,0x22,0x12,0x11,0x00, 0xFE, - 4,0xff,0x00,0x33,0x2F,0x0,0x22,0x12,0x11,0x00, 0xFE, - 0xFF -}; - -static const u8 Table_ATC_ODC_4D_D_Ax[] = { - 1,0xff,0x00,0x00,0x2F,0x00,0x22,0x12,0x11,0x00, 0xFE, - 2,0xff,0x00,0x2C,0x2C,0x00,0x22,0x12,0x11,0x00, 0xFE, - 3,0xff,0x00,0x00,0x2C,0x00,0x22,0x12,0x11,0x00, 0xFE, - 4,0xff,0x00,0x33,0x2F,0x00,0x22,0x12,0x11,0x00, 0xFE, - 0xFF -}; - static void Get_ChannelPS_Cfg0_D(u8 MAAdimms, u8 Speed, u8 MAAload, u8 DATAAload, u32 *AddrTmgCTL, u32 *ODC_CTL) |