From cc9b3348d2c7e142e04cc9d5b42d3208293e3847 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 8 Aug 2018 11:58:54 -0600 Subject: mb/google/octopus: remove disable_periodic_retraining options The Micron material that was broken has long since been fixed that required this option. glkrvp had these stale entries and were subsequently copied to octopus. Remove the need for this option. BUG=b:35581751 Change-Id: Id73584367c2ad0e4958b5ea0f04a28e5fc82d085 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/27959 Reviewed-by: Paul Menzel Reviewed-by: Justin TerAvest Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/variants/baseboard/memory.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/google/octopus/variants') diff --git a/src/mainboard/google/octopus/variants/baseboard/memory.c b/src/mainboard/google/octopus/variants/baseboard/memory.c index 452d3a9e42..45a08ccd7c 100644 --- a/src/mainboard/google/octopus/variants/baseboard/memory.c +++ b/src/mainboard/google/octopus/variants/baseboard/memory.c @@ -96,7 +96,6 @@ static const struct lpddr4_sku skus[] = { .ch0_dual_rank = 1, .ch1_dual_rank = 1, .part_num = "MT53B512M32D2NP", - .disable_periodic_retraining = 1, }, /* MT53B256M32D1NP-062 WT:C - both logical channels */ [3] = { @@ -104,7 +103,6 @@ static const struct lpddr4_sku skus[] = { .ch0_rank_density = LP4_8Gb_DENSITY, .ch1_rank_density = LP4_8Gb_DENSITY, .part_num = "MT53B256M32D1NP", - .disable_periodic_retraining = 1, }, /* * H9HCNNNBPUMLHR-NLE - both logical channels. While the parts -- cgit v1.2.3