diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2024-09-30 15:54:04 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-10-02 03:22:44 +0000 |
commit | c383dfbcfadcf1fe6eea120ace55f0d6ce8aad69 (patch) | |
tree | 9910e5980ebb92621ffc673690e565d0864463dd | |
parent | 2f8bee7d544be7d75e29d36e6b7425aa74223a1a (diff) |
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>
-rw-r--r-- | src/soc/intel/pantherlake/romstage/fsp_params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/romstage/fsp_params.c b/src/soc/intel/pantherlake/romstage/fsp_params.c index 4d5e1783a2..2a7891b7d0 100644 --- a/src/soc/intel/pantherlake/romstage/fsp_params.c +++ b/src/soc/intel/pantherlake/romstage/fsp_params.c @@ -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, |