On Thu, 18 Oct 2018 at 12:38, Marek Vasut <marek.va...@gmail.com> wrote: > > When U-Boot proper is compiled with CONFIG_MULTI_DTB_FIT and tries > to call uncompress_blob(), it fails with -ENOTSUPP. This is because > the full implementation of this function which includes compression > is available only in SPL. In U-Boot proper or if the compression is > not enabled, the blob is not compressed and thus can be passed to > locate_dtb_in_fit() in fdtdec_setup() without any changes. Pass the > blob without any changes if compression is not enabled instead of > failing. > > Signed-off-by: Marek Vasut <marek.vasut+rene...@gmail.com> > Cc: Michal Simek <michal.si...@xilinx.com> > Cc: Tom Rini <tr...@konsulko.com> > --- > lib/fdtdec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot