boot: Split pxe label_run_boot() into two parts
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:05 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commitf6aa262f55b78e3a21dd020e47601320c2edec4e
treee456ef5adb36a1135c08fbc1081b0a9ebc1f1a78
parentff9fef41fe4d329a5c76746cc45f9fbf8fdb9b12
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>
boot/pxe_utils.c