[PATCH v3 30/46] boot: Avoid using the cmdline in bootmeth_pxe and pxe cmd
Simon Glass
sjg at chromium.org
Fri Dec 20 05:05:35 CET 2024
Use the new netboot_run() function to avoid building a command line,
when running these network operations.
For the one board which uses lwip, it is not quite clear how to avoid
using the cmdline interface, so produce an error, for now. This can be
figured out later.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
boot/bootmeth_pxe.c | 16 ++++++----------
cmd/pxe.c | 21 +++++++--------------
2 files changed, 13 insertions(+), 24 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list