Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45338 )
Change subject: mb/intel/jasperlake_rvp: Fix wrong comments for ECT ......................................................................
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 --- M src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c b/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c index 434e9dd..46499f4 100644 --- a/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c +++ b/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c @@ -42,7 +42,7 @@ /* 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 @@ */ .rcomp_targets = {80, 40, 40, 40, 30},
- /* Disable Early Command Training */ + /* Enable Early Command Training */ .ect = 1,
/* Set Board Type */