commit | 820110c4532ae45133a338c3c0b103494acba4c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:04:58 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 51c421a768053fef0993303a698a0c52d537cb18 | |
parent | 530cc4797faebbab2284fd3bddf37f975a3f40f7 [diff] |
bootm: Reduce arguments to boot_get_kernel() This function only uses one argument and just needs to know the name of the command which called it. Adjust the function to use only what it needs. This will make it easier to call from a non-command context. Tidy up the function comment while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>