X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fapollolake%2Ffsp_s.c;h=7ef169b147f97970518d108a260b9c988c96ca44;hb=04da42770b0cc3bea8841972bfc9568299ece826;hp=17cf1682ad03d089f3867da0bb01b984f956ad53;hpb=e4837da7828293ea49abc579f939c0f5c4b127c3;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/x86/cpu/apollolake/fsp_s.c b/arch/x86/cpu/apollolake/fsp_s.c index 17cf168..7ef169b 100644 --- a/arch/x86/cpu/apollolake/fsp_s.c +++ b/arch/x86/cpu/apollolake/fsp_s.c @@ -566,6 +566,8 @@ int arch_fsp_init_r(void) struct udevice *dev, *itss; int ret; + if (!ll_boot_init()) + return 0; /* * This must be called before any devices are probed. Put any probing * into arch_fsps_preinit() above.