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 <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/28687 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
6af5d81209
commit
985a4fc96c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue