X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Fboard_f.c;fp=common%2Fboard_f.c;h=b209bc0c75f436a5200d480a729c7fd153404dec;hp=0c9e5d11fafb37cba06ed4bcb5810d9618e59095;hb=13095552018b8a6d926ea922b51dc0114921f5e2;hpb=d4cc812b34c8c05abc51431f6432810998e34ae9 diff --git a/common/board_f.c b/common/board_f.c index 0c9e5d11fa..b209bc0c75 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -761,6 +761,9 @@ static init_fnc_t init_sequence_f[] = { #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