commit | 9d085c18bf8b1cc4f9e8d81fb82d70938d4857ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:00 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 599c2b2f02d3c4802ee4951a120962d814a7b65f | |
parent | 04ad34acd5a13c47e33edec8719e6ea2172d585e [diff] |
bootm: Adjust boot_get_kernel() to return an error This function obtains lots of error codes and then throws them away. Update it to return the error, moving the image pointer to an argument. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>