mb/prodrive/hermes: Use `BOARD_TYPE_SERVER` define
Change-Id: I291dc71bb6e3888b71ebce315f9ad09ccbc4a9a7 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57259 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
1b3462749b
commit
7b378b1469
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
void mainboard_memory_init_params(FSPM_UPD *memupd)
|
void mainboard_memory_init_params(FSPM_UPD *memupd)
|
||||||
{
|
{
|
||||||
memupd->FspmConfig.UserBd = 7;
|
memupd->FspmConfig.UserBd = BOARD_TYPE_SERVER;
|
||||||
memupd->FspmTestConfig.SmbusSpdWriteDisable = 0;
|
memupd->FspmTestConfig.SmbusSpdWriteDisable = 0;
|
||||||
memupd->FspmConfig.IedSize = 0x400000;
|
memupd->FspmConfig.IedSize = 0x400000;
|
||||||
cannonlake_memcfg_init(&memupd->FspmConfig, variant_memcfg_config());
|
cannonlake_memcfg_init(&memupd->FspmConfig, variant_memcfg_config());
|
||||||
|
|
Loading…
Reference in New Issue