commit | 6e81ca220e03b241ad7a3f5ddf4cba666b4f7446 | [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 | dc2d49209ea43a9b253bcf1f0dfcff6ea3d72405 [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>