[PATCH] image: Set load_end on partial loads

Tom Rini trini at konsulko.com
Mon Jun 10 18:51:06 CEST 2024


On Thu, 23 May 2024 11:27:09 +0200, Mattijs Korpershoek wrote:

> When decompressing, it's possible that the algorithm only performs
> a partial decompression.
> This usually happens when CONFIG_SYS_BOOTM_LEN is too small for
> the uncompressed image.
> 
> When that happens, image_decomp() returns an error and *load_end == load.
> The error is then handled by handle_decomp_error().
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom




More information about the U-Boot mailing list