Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/28687
Change subject: soc/amd/stoneyridge/romstage.c: Remove obsolete comment ......................................................................
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 --- M src/soc/amd/stoneyridge/romstage.c 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/28687/1
diff --git a/src/soc/amd/stoneyridge/romstage.c b/src/soc/amd/stoneyridge/romstage.c index 78472d3..de22191 100644 --- a/src/soc/amd/stoneyridge/romstage.c +++ b/src/soc/amd/stoneyridge/romstage.c @@ -92,11 +92,6 @@ 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))