aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index 89a2758..f2747c6 100644
--- a/core/init.c
+++ b/core/init.c
@@ -497,7 +497,7 @@ void __noreturn load_and_boot_kernel(bool is_reboot)
/* We wait for the nvram read to complete here so we can
* grab stuff from there such as the kernel arguments
*/
- fsp_nvram_wait_open();
+ nvram_wait_for_load();
/* Wait for FW VPD data read to complete */
fsp_code_update_wait_vpd(true);