commit | b5f2af80fa4226918dbe318d63157221384582ee | [log] [tgz] |
---|---|---|
author | Nikita Shubin <n.shubin@yadro.com> | Mon Dec 12 11:03:35 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 12 11:25:46 2023 -0500 |
tree | 0e4b18bb2e0f1a0eb7eec7f10c38255c045e94b7 | |
parent | a3f5ff29120b68198286f05be5c70d0505e2e5ec [diff] |
common: spl: ram: fix return code Instead of always retuning success, return actual result of load_simple_fit_image or spl_parse_image_header, otherwise we might end up jumping on uninitialized spl_image->entry_point. Signed-off-by: Nikita Shubin <n.shubin@yadro.com> Reviewed-by: Stefan Roese <sr@denx.de>