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>
This commit is contained in:
parent
648c28f5a0
commit
1adba03884
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue