mb/starlabs/starbook/mtl: Remove unnecessary op
The default for DQS interleaving is 0, so don't set it to 0. Change-Id: I5f828aa3a28947c2f88eaf36cc7bc8ad68812cb2 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
57a3d2d183
commit
b2a0347cf4
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||
.type = MEM_TYPE_DDR5,
|
||||
.ect = true,
|
||||
.UserBd = BOARD_TYPE_ULT_ULX,
|
||||
.ddr_config = {
|
||||
.dq_pins_interleaved = false,
|
||||
},
|
||||
.rcomp = {
|
||||
.resistor = 100,
|
||||
.targets = {70, 30, 25, 25, 25},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue