boot: Pass just the FDT argument to label_process_fdt()
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:06 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit600bc21da54a300f2825a5e3088719b1ffd5ee53
treea206b94d9f2c92a71530730a2d2b63c86f243eb0
parentf6aa262f55b78e3a21dd020e47601320c2edec4e
boot: Pass just the FDT argument to label_process_fdt()

Since this function only adjusts one element of the bootm command, pass
just that. This will make it easier to refactor things to remove the
bootm command.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
boot/pxe_utils.c