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
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
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_e
3 matches
Mail list logo