commit | 01080abb61c274ddf6b4aa40d9c2d62c10afd2a4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:11 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | cb569e0473b5479be732720d661d9fdafadc17f1 | |
parent | db125e0e04a2545aa90ed06a116c65b7071ba627 [diff] |
bootm: Reduce arguments to boot_get_fpga() This function only uses two arguments. The 'arch' always has a constant value, so drop it. This simplifies the function call. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>