From c3de6203a75fb31ca7f4f222aad0560e39feffe0 Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Tue, 12 Mar 2019 19:01:18 -0700 Subject: mb/google/hatch: fix RCompResistor[0] value From doc#573387 CML System Memory DQ DQS Rcomp Mapping Information User Guide, RCompResistor[0] should be 121. BUG=b:122959294 BRANCH=None TEST=emerge coreboot and make sure boots up Change-Id: If69e7fb41e79d88d21b0e50fb65107a1686d696a Signed-off-by: Shelley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/31868 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/hatch/variants/baseboard/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/hatch/variants/baseboard/memory.c b/src/mainboard/google/hatch/variants/baseboard/memory.c index 6ca98e4c7f..b6a66150fa 100644 --- a/src/mainboard/google/hatch/variants/baseboard/memory.c +++ b/src/mainboard/google/hatch/variants/baseboard/memory.c @@ -30,8 +30,8 @@ static const struct cnl_mb_cfg baseboard_memcfg = { .dqs_map[DDR_CH0] = { 0, 1, 4, 5, 2, 3, 6, 7 }, .dqs_map[DDR_CH1] = { 0, 1, 4, 5, 2, 3, 6, 7 }, - /* Baseboard uses 120, 81 and 100 rcomp resistors */ - .rcomp_resistor = { 120, 81, 100 }, + /* Baseboard uses 121, 81 and 100 rcomp resistors */ + .rcomp_resistor = { 121, 81, 100 }, /* Baseboard Rcomp target values */ .rcomp_targets = { 100, 40, 20, 20, 26 }, -- cgit v1.2.3