From b734f0fed09bbeb2fde0f52699704a7d3b2ac237 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 28 Jun 2022 12:07:34 -0600 Subject: [PATCH] soc/intel/adl: Set memory-down to CH0 lemp11 uses channel 0 for on-board RAM. Change-Id: I6bc45af3b06af641a39ccd2f0eb7e4ad8fe83be5 Signed-off-by: Tim Crawford --- src/soc/intel/alderlake/meminit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/alderlake/meminit.c b/src/soc/intel/alderlake/meminit.c index 52a816f596..c1f39984d2 100644 --- a/src/soc/intel/alderlake/meminit.c +++ b/src/soc/intel/alderlake/meminit.c @@ -54,8 +54,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = { * configuration. */ .half_channel = BIT(0), - /* In mixed topologies, channel 1 is always memory-down. */ - .mixed_topo = BIT(1), + /* In mixed topologies, channel 0 is always memory-down. */ + .mixed_topo = BIT(0), }, }, [MEM_TYPE_DDR5] = {