[PATCH v3 20/46] boot: pxe: Refactor label_run_boot() to avoid cmdline
Simon Glass
sjg at chromium.org
Fri Dec 20 05:06:08 CET 2024
Adjust the remaining call in this function to use the bootm API. This
will allow PXE to work without the command line.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/x86/lib/zimage.c | 27 +++++++++++++++++++--------
boot/pxe_utils.c | 13 +++++--------
include/bootm.h | 9 +++++++++
3 files changed, 33 insertions(+), 16 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list