commit | b3beb6f27a9fb1b40d339272a627fba227d4641e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:12 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | fd560e35c5880e570536658ee6e735605cea783d | |
parent | e5dcf7d257fe13eb847e5254085f86b0d25c1617 [diff] |
boot: pxe: Use bootm_...() functions where possible Rather than building a command line for each operation, use the functions provided by the bootm API. Make sure that the bootm functions are available if pxe_utils is used. Since SYS_BOOTM_LEN is not present for the tools-only build, adjust the code to handle that. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>