Re: [PATCH 3/3] spl: fit: Load compressed blob to heap buffer

2023-11-04 Thread Sean Anderson
On 11/3/23 10:34, Loic Poulain wrote: CONFIG_SYS_LOAD_ADDR is usually configured as the address where the kernel should be loaded at. It can be problematic to use it as a generic temporary buffer for FIT compressed blobs. An example is when the image is a compressed kernel with load address equa

[PATCH 3/3] spl: fit: Load compressed blob to heap buffer

2023-11-03 Thread Loic Poulain
CONFIG_SYS_LOAD_ADDR is usually configured as the address where the kernel should be loaded at. It can be problematic to use it as a generic temporary buffer for FIT compressed blobs. An example is when the image is a compressed kernel with load address equal to CONFIG_SYS_LOAD_ADDR, this causes (