mb/starlabs/starbook/mtl: Don't set rcomp config

Leave the rcomp config empty so that 0's are passed to FSP; this
allows FSP to figure out the correct settings to use.

Change-Id: Id7d44984c5ecfd0307d207d997248e88e1bd6eb4
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86912
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-03-18 13:16:03 +00:00 committed by Matt DeVillier
commit 2337ec2b57

View file

@ -11,10 +11,6 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
.type = MEM_TYPE_DDR5,
.ect = true,
.UserBd = BOARD_TYPE_ULT_ULX,
.rcomp = {
.resistor = 100,
.targets = {70, 30, 25, 25, 25},
}
};
const bool half_populated = false;