[U-Boot] [PATCH v5 1/3] common: Move bootm_decomp_image() to image.c (as image_decomp())

Tom Rini trini at konsulko.com
Wed Jul 24 18:14:51 UTC 2019


On Thu, Jul 11, 2019 at 01:53:18PM -0700, Julius Werner wrote:

> Upcoming patches want to add decompression to use cases that are no
> longer directly related to booting. It makes sense to retain a single
> decompression routine, but it should no longer be in bootm.c (which is
> not compiled for all configurations). This patch moves
> bootm_decomp_image() to image.c and renames it to image_decomp() in
> preparation of those upcoming patches.
> 
> Signed-off-by: Julius Werner <jwerner at chromium.org>
> ---
>  - First version: v5

OK, this now causes 'make tests' to fail on the FIT image tests, please
look.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190724/06c33003/attachment.sig>


More information about the U-Boot mailing list