
30 Jul
2019
30 Jul
'19
3:24 a.m.
On Wed, Jul 24, 2019 at 07:37:54PM -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@chromium.org Reviewed-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Applied to u-boot/master, thanks!
--
Tom