summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2022-09-07 12:37:06 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 18:26:07 +0000
commit0e8e7467a4c0fadb569458bfdfb96f85d361479d (patch)
tree26a18ff8b2e396f91af5bc0a1d9d64e9b9d96c0e /src
parent0fed078cecc54e9d73df4f74a9d2d3a71d063fa9 (diff)
downloadcoreboot-0e8e7467a4c0fadb569458bfdfb96f85d361479d.tar.gz
coreboot-0e8e7467a4c0fadb569458bfdfb96f85d361479d.tar.bz2
coreboot-0e8e7467a4c0fadb569458bfdfb96f85d361479d.zip
mb/kontron/bsl6: Set board type to mobile for memory config
Given the embedded nature, the Halo SKU, SO-DIMMs and 1 DIMM per channel, `mobile` seems to come closest. Change-Id: Ia27f1e4dec0a0d06be3d8c08bfe82becd41a2149 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67399 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/kontron/bsl6/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/kontron/bsl6/romstage.c b/src/mainboard/kontron/bsl6/romstage.c
index 3206f5307919..f0c1db095438 100644
--- a/src/mainboard/kontron/bsl6/romstage.c
+++ b/src/mainboard/kontron/bsl6/romstage.c
@@ -39,5 +39,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
memory_params->DqPinsInterleaved = true;
memory_params->CaVrefConfig = 2;
+ memory_params->UserBd = BOARD_TYPE_MOBILE;
+
variant_memory_init_params(mupd);
}