mb/prodrive/hermes: Do not overwrite `IedSize` UPD
SoC code already sets this UPD to `CONFIG_IED_REGION_SIZE`, which defaults to 0x400000 for soc/intel/cannonlake. Change-Id: I6587e17a4a3425c561cffe6e3df0d932a2458168 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57260 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
7b378b1469
commit
8f4098bb3d
|
@ -9,7 +9,6 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
|
|||
{
|
||||
memupd->FspmConfig.UserBd = BOARD_TYPE_SERVER;
|
||||
memupd->FspmTestConfig.SmbusSpdWriteDisable = 0;
|
||||
memupd->FspmConfig.IedSize = 0x400000;
|
||||
cannonlake_memcfg_init(&memupd->FspmConfig, variant_memcfg_config());
|
||||
|
||||
/* Overwrite memupd */
|
||||
|
|
Loading…
Reference in New Issue