mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
x86: cosmetic: Fix a typo in the reserve_arch() comments
It should be fsp_continue(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e23cae3080
commit
58e2a35f2e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ int reserve_arch(void)
|
||||||
if (IS_ENABLED(CONFIG_HAVE_FSP)) {
|
if (IS_ENABLED(CONFIG_HAVE_FSP)) {
|
||||||
/*
|
/*
|
||||||
* Save stack address to CMOS so that at next S3 boot,
|
* 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();
|
fsp_save_s3_stack();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue