]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_f.c
x86: fsp: Move FspInitEntry call to board_init_f()
[karo-tx-uboot.git] / common / board_f.c
index 0c9e5d11fafb37cba06ed4bcb5810d9618e59095..b209bc0c75f436a5200d480a729c7fd153404dec 100644 (file)
@@ -761,6 +761,9 @@ static init_fnc_t init_sequence_f[] = {
 #ifdef CONFIG_OF_CONTROL
        fdtdec_setup,
 #endif
 #ifdef CONFIG_OF_CONTROL
        fdtdec_setup,
 #endif
+#if defined(CONFIG_X86) && defined(CONFIG_HAVE_FSP)
+       x86_fsp_init,
+#endif
 #ifdef CONFIG_TRACE
        trace_early_init,
 #endif
 #ifdef CONFIG_TRACE
        trace_early_init,
 #endif