
7 Aug
2022
7 Aug
'22
5:47 p.m.
Hi,
On Sun, 7 Aug 2022 at 07:10, Simon Glass sjg@chromium.org wrote:
On Thu, 28 Jul 2022 at 04:19, John Keeping john@metanate.com 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 enabled.
Signed-off-by: John Keeping john@metanate.com
v2:
- Fix MENU dependency for PXE_UTILS
boot/Kconfig | 8 +++++++- boot/Makefile | 3 +-- cmd/Kconfig | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
Note that I had to fix a few build errors by adding a CMD_BOOTM condition as noted in the commit message.
Regards, Simon