From f5fe5878addf9bc8f2ea521ac27517c412b52d21 Mon Sep 17 00:00:00 2001 From: Simon Zhou Date: Fri, 12 May 2023 22:57:51 +0800 Subject: screebo: fix the lp5ccc config from 0x55 to 0xaa BUG=b:278022971 TEST=verified on screebo Change-Id: I16f1d66ca7f885120358eb2a2d3c6fb111319f11 Signed-off-by: Simon Zhou Reviewed-on: https://review.coreboot.org/c/coreboot/+/75173 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/rex/variants/screebo/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/rex/variants/screebo/memory.c b/src/mainboard/google/rex/variants/screebo/memory.c index ed26b67901..d4cf762d18 100644 --- a/src/mainboard/google/rex/variants/screebo/memory.c +++ b/src/mainboard/google/rex/variants/screebo/memory.c @@ -61,7 +61,7 @@ static const struct mb_cfg baseboard_memcfg = { }, .lp5x_config = { - .ccc_config = 0x55, + .ccc_config = 0xaa, }, .ect = 1, /* Early Command Training */ -- cgit v1.2.1