[U-Boot] [PATCH v4 1/2] fit: Support compression for non-kernel components (e.g. FDT)

Julius Werner jwerner at chromium.org
Thu Jul 11 20:55:58 UTC 2019


Hi Tom,

> This breaks tools-only_defconfig in non-trivial ways due to calling
> bootm_decomp_image() which is not normally available to it.  Can you
> please update things (it may just end up being common/Makefile that
> needs tweaking) so that tools-only builds?  I'll then take a look and
> make sure we don't also see unexpected size growth elsewhere.  Thanks!

Thanks for pointing that out! I think the best solution here would be
to move bootm_decomp_image() out of bootm.c, if we now want to have it
available in configurations that don't compile that file. I think
image.c would be a better home for it. Added another patch to move the
function and sent out v5 of the series, let me know what you think!


More information about the U-Boot mailing list