Re: [PATCH] image: Set load_end on partial loads

2024-06-10 Thread Tom Rini
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

Re: [PATCH] image: Set load_end on partial loads

2024-06-10 Thread Julien Masson
On Mon 10 Jun 2024 at 11:43, 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