From 985a4fc96c657af15ddd6a965f82cdfe58cd0dd8 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Wed, 19 Sep 2018 14:04:34 -0700 Subject: soc/amd/stoneyridge/romstage.c: Remove obsolete comment When preparing transition of AGESA calls to romstage, I placed a comment indicating the place to move a particular call. Now that the AGESA call has been moved to romstage, the comment became obsolete. BUG=b:116095766 TEST=none. Change-Id: I2811657385ab088747e32d4c66b99fdd01e7315e Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/28687 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Marshall Dawson --- src/soc/amd/stoneyridge/romstage.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/soc/amd/stoneyridge/romstage.c b/src/soc/amd/stoneyridge/romstage.c index 78472d332a..de2219140c 100644 --- a/src/soc/amd/stoneyridge/romstage.c +++ b/src/soc/amd/stoneyridge/romstage.c @@ -92,11 +92,6 @@ asmlinkage void car_stage_entry(void) int s3_resume = acpi_s3_resume_allowed() && acpi_is_wakeup_s3(); int i; - /* - * When moving AGESA calls to romstage, place the call to - * bsp_agesa_call() here. - */ - console_init(); if (IS_ENABLED(CONFIG_SOC_AMD_PSP_SELECTABLE_SMU_FW)) -- cgit v1.2.3