commit | 96456285c28138999c095dd64a259bdc6c98ec8b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:12 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 5605d4b4420ab47d9f8a2831b74a1f2d5e5a9989 | |
parent | 745367b218c024dfcde72c37d15da88918e37e18 [diff] |
bootm: Reduce arguments to boot_get_loadables() This function only uses two arguments. The 'arch' always has a constant value, so drop it. This simplifies the function call. Tidy up the function comment while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>