commit | aba60d1918c7746e2f2ffd674aacf678a02e1242 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:18 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | b521cb5f4fea37ece5fda210d0f1587a69b6725d | |
parent | ab48be5c5d7bc113dfe27d7f4a1f74b814791a06 [diff] |
bootm: Reduce arguments to bootm_find_other() Rather than passing the full list of command arguments, pass only those which are needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>