Re: [PATCH] boot: allow bootmeth-distro without CONFIG_NET

2022-07-26 Thread Simon Glass
Hi John, On Thu, 21 Jul 2022 at 10:56, John Keeping wrote: > > Remove the dependency on CMD_PXE from BOOTMETH_DISTRO by introducing a > new hidden kconfig symbol to control whether pxe_utils is compiled, > allowing bootstd's distro method to be compiled without needing > networking support enable

[PATCH] boot: allow bootmeth-distro without CONFIG_NET

2022-07-21 Thread John Keeping
Remove the dependency on CMD_PXE from BOOTMETH_DISTRO by introducing a new hidden kconfig symbol to control whether pxe_utils is compiled, allowing bootstd's distro method to be compiled without needing networking support enabled. Signed-off-by: John Keeping --- boot/Kconfig | 7 ++- boot/M