soc/intel/tigerlake: Set UserBd to recommended default for PCH-H
Change-Id: Ie8a28d8e03d7176df5409e6cb507a0a802ff026f
This commit is contained in:
committed by
Tim Crawford
parent
726051be69
commit
1447784b89
@@ -33,7 +33,10 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
|
||||
m_cfg->TsegSize = CONFIG_SMM_TSEG_SIZE;
|
||||
m_cfg->IedSize = CONFIG_IED_REGION_SIZE;
|
||||
m_cfg->SaGv = config->SaGv;
|
||||
m_cfg->UserBd = BOARD_TYPE_ULT_ULX;
|
||||
if (CONFIG(SOC_INTEL_TIGERLAKE_PCH_H))
|
||||
m_cfg->UserBd = BOARD_TYPE_DESKTOP;
|
||||
else
|
||||
m_cfg->UserBd = BOARD_TYPE_ULT_ULX;
|
||||
m_cfg->RMT = config->RMT;
|
||||
|
||||
/* CpuRatio Settings */
|
||||
|
Reference in New Issue
Block a user