commit | db125e0e04a2545aa90ed06a116c65b7071ba627 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:10 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 52316c6337edd17d1bdf6032a979cd6fdc8ead9f | |
parent | af2c72cbc8910e6be3276755995481ab62b64a65 [diff] |
bootm: Reduce arguments to boot_get_fdt() This function only uses one argument from bootm (argv[2]) so pass it in directly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>