commit | f39c1f25daad86bf591da8cd19ae9feb2fe39f85 | [log] [tgz] |
---|---|---|
author | Nitin Garg <nitin.garg@nxp.com> | Thu Jun 15 18:09:22 2023 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 13 11:29:40 2023 +0200 |
tree | 5a617545e16d7426c9855c866bd76bc5b4c8f7e1 | |
parent | d14992bcc2afbd1e7419d0f7a23fa91446f6c44a [diff] |
imx: parse-container: Use malloc for container processing If the container has image which conflicts with spl_get_load_buffer address, there are processing failures. Use malloc instead of spl_get_load_buffer. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Nitin Garg <nitin.garg@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>