X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Flib%2Finit_helpers.c;h=d906b528b35b5a43f3c1e4c0d40df6d365b62797;hb=04da42770b0cc3bea8841972bfc9568299ece826;hp=3e3a11ac2fa93e4bd2675f2cdc012917407182b7;hpb=efea5a34bb5be542630ce7161bd3b9cc26a0bcf3;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/x86/lib/init_helpers.c b/arch/x86/lib/init_helpers.c index 3e3a11a..d906b52 100644 --- a/arch/x86/lib/init_helpers.c +++ b/arch/x86/lib/init_helpers.c @@ -5,6 +5,7 @@ */ #include +#include #include #include @@ -29,6 +30,9 @@ int init_cache_f_r(void) return ret; } + if (!ll_boot_init()) + return 0; + /* Initialise the CPU cache(s) */ return init_cache(); }