commit | 827cd9ccd9c1dd36eb3ee231fd5215b18618f844 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:04 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | 95e1d6c2fd2a5260bf71ab7cb3628cc8ac334940 | |
parent | 1a47ebba2c59c7b6c51048a93bfef9b987c1edb7 [diff] |
boot: Split pxe label_boot() into two parts This function is far too long. Split out the part which builds and runs the bootm/i/z commands into its own function. Add a function comment for the new label_run_boot() function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>