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:
@@ -54,8 +54,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
|
|||||||
* configuration.
|
* configuration.
|
||||||
*/
|
*/
|
||||||
.half_channel = BIT(0),
|
.half_channel = BIT(0),
|
||||||
/* In mixed topologies, channel 1 is always memory-down. */
|
/* In mixed topologies, channel 0 is always memory-down. */
|
||||||
.mixed_topo = BIT(1),
|
.mixed_topo = BIT(0),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[MEM_TYPE_DDR5] = {
|
[MEM_TYPE_DDR5] = {
|
||||||
|
Reference in New Issue
Block a user