soc/intel/pantherlake: Delete duplicated line

BUG=348678529
TEST=Build successful

Change-Id: Iea26d962748116fa84afdb4afcba1098a64b6987
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84607
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Jeremy Compostella 2024-09-30 15:54:04 -07:00 committed by Subrata Banik
commit c383dfbcfa

View file

@ -261,7 +261,6 @@ static void fill_fspm_thermal_params(FSP_M_CONFIG *m_cfg,
const struct soc_intel_pantherlake_config *config)
{
m_cfg->TccActivationOffset = config->tcc_offset;
m_cfg->TccActivationOffset = config->tcc_offset;
}
static void fill_fspm_vr_config_params(FSP_M_CONFIG *m_cfg,