mb/google/dedede: Remove Rcomp resistor and target values

MRC automatically detects the DDR type and sets Rcomp resistor
and target values for JSL and does not require explicit programming.

Change-Id: Ia130765e2cb91d6a39ad00ebbab20e7e87fa42d1
Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Meera Ravindranath 2020-07-23 22:59:59 +05:30 committed by Patrick Georgi
parent 98b7033f07
commit 2577407d03
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@ static const struct mb_cfg baseboard_memcfg_cfg = {
.dqs_map[DDR_CH0] = {1, 3, 0, 2, 7, 5, 4, 6},
.dqs_map[DDR_CH1] = {3, 1, 2, 0, 4, 5, 7, 6},
/* WaddleDoo uses 100, 100 and 100 rcomp resistors */
.rcomp_resistor = {100, 100, 100},
/* WaddleDoo Rcomp target values */
.rcomp_targets = {80, 40, 40, 40, 30},
/* Disable Early Command Training */
.ect = 1,