soc/intel/adl: Set memory-down to CH0
lemp11 uses channel 0 for on-board RAM. Change-Id: I6bc45af3b06af641a39ccd2f0eb7e4ad8fe83be5 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
68d9b42b26
commit
6f71845692
@@ -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] = {
|
||||
|
Reference in New Issue
Block a user