diff options
author | Usha P <usha.p@intel.com> | 2022-05-11 11:08:10 +0530 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2022-05-16 05:06:19 +0000 |
commit | 49df3cff0db082ec1f43dafe0c7ec6454fa6914c (patch) | |
tree | be9660cf9745bce11bbac2cc7412d469eb9fdef8 /src/mainboard/google/brya | |
parent | 62d3ba808d7302224bee7728405e5e09b54cdcdc (diff) |
mb/google/brya: Remove Rcomp resistors override for Nissa
This patch sets the RComp resistor values to default values needed.
BUG=b:231202733
TEST=Build and boot nivviks and nereid. Verify the Rcomp values are set
to default values from debug FSP log.
[SPEW ] Updating Rcomp Targets:
[SPEW ] RcompTarget[RdOdt]: 48
[SPEW ] RcompTarget[WrDS]: 30
[SPEW ] RcompTarget[WrDSCmd]: 20
[SPEW ] RcompTarget[WrDSCtl]: 20
[SPEW ] RcompTarget[WrDSClk]: 20
Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: I2c7a54c49e282446ece77ca406951782282a009a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64247
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/baseboard/nissa/memory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/nissa/memory.c b/src/mainboard/google/brya/variants/baseboard/nissa/memory.c index b74d3345ff..f407ba6c58 100644 --- a/src/mainboard/google/brya/variants/baseboard/nissa/memory.c +++ b/src/mainboard/google/brya/variants/baseboard/nissa/memory.c @@ -11,9 +11,6 @@ static const struct mb_cfg baseboard_memcfg = { .rcomp = { /* Baseboard uses only 100ohm Rcomp resistors */ .resistor = 100, - - /* Baseboard Rcomp target values */ - .targets = { 40, 36, 35, 35, 35 }, }, /* DQ byte map */ |