aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index d32eea6..d5894ab 100644
--- a/core/init.c
+++ b/core/init.c
@@ -44,6 +44,7 @@
#include <ipmi.h>
#include <sensor.h>
#include <xive.h>
+#include <nvram.h>
enum proc_gen proc_gen;
@@ -444,7 +445,9 @@ void __noreturn load_and_boot_kernel(bool is_reboot)
/* Wait for FW VPD data read to complete */
fsp_code_update_wait_vpd(true);
- }
+ } else
+ nvram_reinit();
+
fsp_console_select_stdout();
/*