aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/init.c b/core/init.c
index ec9f329..6eb4d83 100644
--- a/core/init.c
+++ b/core/init.c
@@ -997,9 +997,6 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
/* Read in NVRAM and set it up */
nvram_init();
- /* preload the IMC catalog dtb */
- imc_catalog_preload();
-
/* Set the console level */
console_log_level();
@@ -1007,6 +1004,9 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
secureboot_init();
trustedboot_init();
+ /* preload the IMC catalog dtb */
+ imc_catalog_preload();
+
/* Install the OPAL Console handlers */
init_opal_console();