Revert "soc/intel/xeon_sp: Enable FSP_ERROR_INFO_HOB handling"

This reverts commit 80b1fa33.

Reason for revert:
"Error: CONFIG() used on unknown value (ENABLE_FSP_ERROR_INFO) at src/soc/intel/xeon_sp/romstage.c:20"

Change-Id: I843322fc9d7ebbc30e9209ae933313f2668bfa40
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71287
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Elyes Haouas 2023-01-23 09:51:18 +00:00 committed by Lean Sheng Tan
parent 0f9508638d
commit 141a1772ca
2 changed files with 0 additions and 4 deletions

View File

@ -10,6 +10,5 @@ void mainboard_memory_init_params(FSPM_UPD * mupd);
void mainboard_rtc_failed(void);
void save_dimm_info(void);
void mainboard_ewl_check(void);
void fsp_check_for_error(void);
#endif /* _SOC_ROMSTAGE_H_ */

View File

@ -17,9 +17,6 @@ void mainboard_romstage_entry(void)
printk(BIOS_DEBUG, "coreboot fsp_memory_init finished...\n");
mainboard_ewl_check();
if (CONFIG(ENABLE_FSP_ERROR_INFO))
fsp_check_for_error();
unlock_pam_regions();
save_dimm_info();