[PATCH v2] boot: allow bootmeth-distro without CONFIG_NET
Simon Glass
sjg at chromium.org
Sun Aug 7 17:47:58 CEST 2022
Hi,
On Sun, 7 Aug 2022 at 07:10, Simon Glass <sjg at chromium.org> wrote:
>
> On Thu, 28 Jul 2022 at 04:19, John Keeping <john at 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 at 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 at 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
More information about the U-Boot
mailing list