commit | 09786dfbdfc919d6fd1f1621afa2683b3f777450 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:05 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | e456ef5adb36a1135c08fbc1081b0a9ebc1f1a78 | |
parent | 827cd9ccd9c1dd36eb3ee231fd5215b18618f844 [diff] |
boot: Split pxe label_run_boot() into two parts This function is quite long. Split out the FDT processing into its own function. Add a function comment for the new label_process_fdt() function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>