Re: [PATCH 13/39] boot: pxe: Use bootm_...() functions where possible

2024-12-03 Thread Simon Glass
Hi Quentin, On Wed, 27 Nov 2024 at 05:08, Quentin Schulz wrote: > > Hi Simon, > > On 11/19/24 2:18 PM, Simon Glass wrote: > > 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_ut

Re: [PATCH 13/39] boot: pxe: Use bootm_...() functions where possible

2024-11-27 Thread Quentin Schulz
Hi Simon, On 11/19/24 2:18 PM, Simon Glass wrote: 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

[PATCH 13/39] boot: pxe: Use bootm_...() functions where possible

2024-11-20 Thread Simon Glass
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 ---