diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/meteorlake/fsp_params.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/meteorlake/fsp_params.c b/src/soc/intel/meteorlake/fsp_params.c index 4fd8f79533..4fe2f63ddf 100644 --- a/src/soc/intel/meteorlake/fsp_params.c +++ b/src/soc/intel/meteorlake/fsp_params.c @@ -375,14 +375,6 @@ static void fill_fsps_misc_power_params(FSP_S_CONFIG *s_cfg, s_cfg->PsOnEnable = 1; /* Enable the energy efficient turbo mode */ s_cfg->EnergyEfficientTurbo = 1; - - /* - * UPDATEME: This is WA for HFPGA - * Disable Pch Pm Energy Report - * Energy Report is disabled to enhance boottime with HFPGA. - */ - s_cfg->PchPmDisableEnergyReport = 1; - s_cfg->PmcLpmS0ixSubStateEnableMask = get_supported_lpm_mask(); } |