mb/intel/jasperlake_rvp: Fix wrong comments for ECT
Disable -> Enable Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: Iccefb02fa9bf9507b9e679b3fba35c5c28d677a1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45338 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
201acca634
commit
eb17b475c8
|
@ -42,7 +42,7 @@ static const struct mb_cfg jslrvp_ddr4_memcfg_cfg = {
|
|||
/* Baseboard Rcomp target values */
|
||||
.rcomp_targets = {0, 0, 0, 0, 0},
|
||||
|
||||
/* Disable Early Command Training */
|
||||
/* Enable Early Command Training */
|
||||
.ect = 1,
|
||||
|
||||
/* Set Board Type */
|
||||
|
@ -87,7 +87,7 @@ static const struct mb_cfg jslrvp_lpddr4_memcfg_cfg = {
|
|||
*/
|
||||
.rcomp_targets = {80, 40, 40, 40, 30},
|
||||
|
||||
/* Disable Early Command Training */
|
||||
/* Enable Early Command Training */
|
||||
.ect = 1,
|
||||
|
||||
/* Set Board Type */
|
||||
|
|
Loading…
Reference in New Issue