commit | c46784c7cc50bbe7a141e673eae9f841324d7ce1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:04 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 6fdad7b230a80a1e8550b515e515e4fcddd511ad | |
parent | d6d6ed89d01cd8658bfba5f72919e33372c06741 [diff] |
bootm: Move error printing out of boot_get_kernel() The same error message is printed in two places. Move it out to the caller so we can avoid passing in the command name. Leave the bootstage handling where it is. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>