Re: [PATCH 2/5] bootstd: Use a function to detect network in EFI bootmeth

2023-08-03 Thread Tom Rini
On Wed, Jul 26, 2023 at 09:01:22PM -0600, Simon Glass wrote: > This checks for a network-based bootflow in two places, one of which is > less than ideal. Move the correct test into a function and use it in both > places. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[PATCH 2/5] bootstd: Use a function to detect network in EFI bootmeth

2023-07-26 Thread Simon Glass
This checks for a network-based bootflow in two places, one of which is less than ideal. Move the correct test into a function and use it in both places. Signed-off-by: Simon Glass --- boot/bootmeth_efi.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/