soc/intel/alderlake: Only use CH0 for mixed-topo
Fixes booting lemp11 with no DIMM installed. Change-Id: Id86f3a5c976a86d245202a1c23023472df6d845d Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
0f777cf9ae
commit
ff76b4dbc4
@@ -54,8 +54,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
|
||||
* configuration.
|
||||
*/
|
||||
.half_channel = BIT(0),
|
||||
/* In mixed topologies, either channel 0 or 1 can be memory-down. */
|
||||
.mixed_topo = BIT(0) | BIT(1),
|
||||
/* In mixed topologies, channel 0 is always memory-down. */
|
||||
.mixed_topo = BIT(0),
|
||||
},
|
||||
},
|
||||
[MEM_TYPE_DDR5] = {
|
||||
|
Reference in New Issue
Block a user