On Fri, 10 Jul 2026 13:13:29 +0000, Aristo Chen wrote:
> For a compressed kernel_noload image, bootm_load_os() allocates a
> per-image decompression buffer of ALIGN(image_len * 8, SZ_1M) rather
> than the global CONFIG_SYS_BOOTM_LEN. When decompression fails on that
> path, handle_decomp_error() still prints
>
> Image too large: increase CONFIG_SYS_BOOTM_LEN
>
> [...]
Applied to u-boot/main, thanks!
[1/1] bootm: teach handle_decomp_error() about the noload decompression buffer
commit: 79b6ee1a4b3ce9ca2db0429fc2e8dfb4110cd7e8
--
Tom