mb/starlabs/starbook/mtl: Change the user board type
Change the board type to ULX as seen in the AMI CRB. This fixes failed memory training for certain memory modules. Change-Id: I951387fcfc0be8fb931b4c5ac0b5f022e057b371 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86310 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
bf4da5f272
commit
ceaed25bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||
const struct mb_cfg mem_config = {
|
||||
.type = MEM_TYPE_DDR5,
|
||||
.ect = true,
|
||||
.UserBd = BOARD_TYPE_MOBILE,
|
||||
.UserBd = BOARD_TYPE_ULT_ULX,
|
||||
.ddr_config = {
|
||||
.dq_pins_interleaved = false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue