summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinidhi N Kaushik <srinidhi.n.kaushik@intel.com>2022-08-02 01:02:06 -0700
committerSubrata Banik <subratabanik@google.com>2022-08-05 17:47:39 +0000
commit1adba03884f1f1471838548ec560c11e8f2cb84c (patch)
tree01c9bcdd89735be91ef155608502292b83c5670b
parent648c28f5a04cbd0ddefe7c076255de1fd7eb3861 (diff)
downloadcoreboot-1adba03884f1f1471838548ec560c11e8f2cb84c.tar.gz
coreboot-1adba03884f1f1471838548ec560c11e8f2cb84c.tar.bz2
coreboot-1adba03884f1f1471838548ec560c11e8f2cb84c.zip
soc/intel/mtl: Remove deprecated FSP option
Remove the reference to `CpuCrashLogDevice` UPD since FSP v2304.01 has deprecated this UPD. BUG=b:240665069 TEST=build rex coreboot Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Change-Id: I23223fd7936a60d974229b553de255a7dcf4416b Reviewed-on: https://review.coreboot.org/c/coreboot/+/66357 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Tarun Tuli <taruntuli@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r--src/soc/intel/meteorlake/romstage/fsp_params.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/romstage/fsp_params.c b/src/soc/intel/meteorlake/romstage/fsp_params.c
index c9fdf79f34e4..82927f7ca3e0 100644
--- a/src/soc/intel/meteorlake/romstage/fsp_params.c
+++ b/src/soc/intel/meteorlake/romstage/fsp_params.c
@@ -250,7 +250,6 @@ static void fill_fspm_trace_params(FSP_M_CONFIG *m_cfg,
/* CrashLog config */
if (CONFIG(SOC_INTEL_CRASHLOG)) {
- m_cfg->CpuCrashLogDevice = 1;
m_cfg->CpuCrashLogEnable = 1;
}
}