
24 Jul
2019
24 Jul
'19
8:14 p.m.
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@chromium.org
- First version: v5
OK, this now causes 'make tests' to fail on the FIT image tests, please look. Thanks!
--
Tom