mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corruption
BUG=b:111812662 TEST=flash to nocturne, boot nocturne, run "memtester 1g" and verify it passes. Change-Id: Iefc3957f915a39a47ad6018459e65b70d1b34091 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/29361 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
86b3a3b38c
commit
46f3fa825f
|
@ -33,7 +33,7 @@ static const u8 dqs_map[][8] = {
|
|||
static const u16 rcomp_resistor[] = { 200, 81, 162 };
|
||||
|
||||
/* Rcomp target */
|
||||
static const u16 rcomp_target[] = { 100, 40, 40, 23, 40 };
|
||||
static const u16 rcomp_target[] = { 100, 30, 40, 23, 40 };
|
||||
|
||||
void variant_memory_params(struct memory_params *p)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue