commit | b5e0eb82f81faf154021814dd0cbe346fe76c0f8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:10 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | 89330879ef961506a112ff73853890fa430a4710 | |
parent | 5df368c6241afd836b0a05e927c83a7e6ee6159a [diff] |
pxe: Refactor to avoid over-using bootm_argv The bootm_argv[3] expression is used in many places. It is the FDT address, so use that name throughout. Assign it to bootm_argv[3] only at the end, when all the conditions are resolved. Signed-off-by: Simon Glass <sjg@chromium.org>