mb/system76/rpl: Drop unneeded rcomp value
Change-Id: I7901e3a38fd8b03aad4cd0534c4646beaa13b521 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -9,7 +9,6 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||||||
{
|
{
|
||||||
const struct mb_cfg board_cfg = {
|
const struct mb_cfg board_cfg = {
|
||||||
.type = MEM_TYPE_DDR5,
|
.type = MEM_TYPE_DDR5,
|
||||||
.rcomp = { .resistor = 100, },
|
|
||||||
.ect = true,
|
.ect = true,
|
||||||
.LpDdrDqDqsReTraining = 1,
|
.LpDdrDqDqsReTraining = 1,
|
||||||
};
|
};
|
||||||
|
@@ -9,7 +9,6 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||||||
{
|
{
|
||||||
const struct mb_cfg board_cfg = {
|
const struct mb_cfg board_cfg = {
|
||||||
.type = MEM_TYPE_DDR5,
|
.type = MEM_TYPE_DDR5,
|
||||||
.rcomp = { .resistor = 100, },
|
|
||||||
.ect = true,
|
.ect = true,
|
||||||
.LpDdrDqDqsReTraining = 1,
|
.LpDdrDqDqsReTraining = 1,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user