summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/meminit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/meminit.c b/src/soc/intel/alderlake/meminit.c
index 2e64e773f8..42b66986e5 100644
--- a/src/soc/intel/alderlake/meminit.c
+++ b/src/soc/intel/alderlake/meminit.c
@@ -70,8 +70,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, either channel 0 or 1 can be memory-down. */
+ .mixed_topo = BIT(0) | BIT(1),
},
},
[MEM_TYPE_LP4X] = {