diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index c51482b3b65..9074a33f67e 100644 --- a/common/spl/spl_fit.c +++ b/common/spl/spl_fit.c @@ -470,6 +470,8 @@ static int spl_fit_record_loadable(const struct spl_fit_info *ctx, int index, const char *name; int node; + return 0; + if (CONFIG_IS_ENABLED(FIT_IMAGE_TINY)) return 0;