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:
Sean Rhodes 2025-02-06 21:08:34 +00:00
commit ceaed25bf1

View file

@ -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,
},