[PATCH] x86: cosmetic: Fix a typo in the reserve_arch() comments

Bin Meng bmeng.cn at gmail.com
Thu Nov 24 12:34:43 CET 2022


It should be fsp_continue().

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>

---

 arch/x86/cpu/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c
index 86f53e78d2..6fe6eaf6c8 100644
--- a/arch/x86/cpu/cpu.c
+++ b/arch/x86/cpu/cpu.c
@@ -315,7 +315,7 @@ int reserve_arch(void)
 		if (IS_ENABLED(CONFIG_HAVE_FSP)) {
 			/*
 			 * Save stack address to CMOS so that at next S3 boot,
-			 * we can use it as the stack address for fsp_contiue()
+			 * we can use it as the stack address for fsp_continue()
 			 */
 			fsp_save_s3_stack();
 		}
-- 
2.34.1



More information about the U-Boot mailing list