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 <[email protected]> --- (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!

