mainboard/google/reef: drop disabling periodic training for micron
In anticipation of getting fixed material remove the disabling of periodic training for MT53B512M32D2NP and MT53B256M32D1NP. BUG=chrome-os-partner:59003 Change-Id: Iaadaa979d85cab78dda527db7480420af02fd832 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/17130 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
ed5b8bf3ed
commit
6ea1500e48
|
@ -101,7 +101,6 @@ static const struct lpddr4_sku skus[] = {
|
||||||
.ch0_dual_rank = 1,
|
.ch0_dual_rank = 1,
|
||||||
.ch1_dual_rank = 1,
|
.ch1_dual_rank = 1,
|
||||||
.part_num = "MT53B512M32D2NP",
|
.part_num = "MT53B512M32D2NP",
|
||||||
.disable_periodic_retraining = 1,
|
|
||||||
},
|
},
|
||||||
/* MT53B256M32D1NP - both logical channels */
|
/* MT53B256M32D1NP - both logical channels */
|
||||||
[3] = {
|
[3] = {
|
||||||
|
@ -109,7 +108,6 @@ static const struct lpddr4_sku skus[] = {
|
||||||
.ch0_rank_density = LP4_8Gb_DENSITY,
|
.ch0_rank_density = LP4_8Gb_DENSITY,
|
||||||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||||
.part_num = "MT53B256M32D1NP",
|
.part_num = "MT53B256M32D1NP",
|
||||||
.disable_periodic_retraining = 1,
|
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
* H9HCNNNBPUMLHR - both logical channels. While the parts
|
* H9HCNNNBPUMLHR - both logical channels. While the parts
|
||||||
|
|
Loading…
Reference in New Issue