commit | 984e6fedb54ee45002b8b7e2de916346a1aca26c | [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 | 65f0bfe28acc5183d4bef9ebe9b31bdac0e89e6a [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>