From d9196d0696d3918f98870d0ba419f9d50e71c902 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 18 Jun 2020 14:45:55 -0600 Subject: soc/amd/picasso: don't increment boot count twice The FSP-M path increments the boot count already. Therefore, remove the double increment. BUG=b:159359278 Change-Id: I96cabce58d7114f708cad157600f0ccd3aa8a536 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/c/coreboot/+/42546 Reviewed-by: Raul Rangel Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/romstage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c index 83243d386d..ce8ab5da04 100644 --- a/src/soc/amd/picasso/romstage.c +++ b/src/soc/amd/picasso/romstage.c @@ -81,7 +81,6 @@ asmlinkage void car_stage_entry(void) post_code(0x41); s3_resume = acpi_s3_resume_allowed() && acpi_is_wakeup_s3(); mainboard_romstage_entry_s3(s3_resume); - elog_boot_notify(s3_resume); post_code(0x42); u32 val = cpuid_eax(1); -- cgit v1.2.3